TMedConnection.AfterDisconnect TMedConnection

property AfterDisconnect: TNotifyEvent ;

Description

AfterDisconnect event handler is called right after closing connection to Mediator server.

If TMedConnection component is used for DBF files only (ctDBF) this handler is also called after closing the (virtual) connection.

When BeforeDisconnect is called, the datasets associated with the connection (DataSets[] property) are already closed.