API:FireDAC.Comp.Client.TFDConnection.AfterConnect
| [–] Properties | |
|---|---|
| Type: event | |
| Visibility: published | |
| Source: FireDAC.Comp.Client.pas FireDAC.Comp.Client.hpp
| |
| Unit: FireDAC.Comp.Client | |
| Parent: TFDConnection | |
Delphi
property AfterConnect;
C++
__property AfterConnect;
Description
Occurs after a connection is established.
FireDAC.Comp.Client.TFDConnection.AfterConnect inherits from Data.DB.TCustomConnection.AfterConnect. All content below this line refers to Data.DB.TCustomConnection.AfterConnect.
Occurs after a connection is established.
Write an AfterConnect event handler to take application-specific actions immediately after the connection component opens a connection to the remote source of database information.