FireDAC.Comp.Client.TFDCustomConnection Events
InheritedProtected
| AfterCommit | public | Fires after the transaction is committed. | 
| AfterConnect | public | Occurs after a connection is established. | 
| AfterDisconnect | public | Occurs after the connection closes. | 
| AfterRollback | public | Fires after the transaction is rolled back. | 
| AfterStartTransaction | public | Fires after transaction is started. | 
| BeforeCommit | public | Fires before the transaction is committed. | 
| BeforeConnect | public | Occurs immediately before establishing a connection. | 
| BeforeDisconnect | public | Occurs immediately before the connection closes. | 
| BeforeRollback | public | Fires before the transaction is rolled back. | 
| BeforeStartTransaction | public | Fires before the transaction is started. | 
| OnError | public | Fires before FireDAC raises an exception inside of the commands, associated commands or dataset methods of the connection. | 
| OnGetDeltaStreams | protected | |
| OnLogin | public | Fires when an application connects to a DBMS. | 
| OnLost | public | Fires after FireDAC was not able to restore a lost connection to the DBMS. | 
| OnRecover | public | Occurs when the connection to the DBMS is lost. | 
| OnRestored | public | Fires after FireDAC successfully restores a lost connection to the DBMS. |