Event triggered after a connection is closed.
Source position: db.pas line 2272
published property TCustomConnection.AfterDisconnect : TNotifyEvent |
AfterDisConnect is called after a connection is successfully closed in TCustomConnection.Close. It can be used for instance to indicate a connection status change.
|
Close the connection. |
|
|
Event triggered before a connection is closed. |