Event triggered after a connection is made.
Source position: db.pas line 2271
published property TCustomConnection.AfterConnect : TNotifyEvent |
AfterConnect is called after a connection is successfully established in TCustomConnection.Open. It can be used to open datasets, or indicate a connection status change.
|
Makes the connection to the server. |
|
|
Event triggered before a connection is made. |
|
|
Event triggered when a login prompt is shown. |