FireDAC.Comp.Client.TFDCustomConnection Events

From RAD Studio API Documentation
Jump to: navigation, search


InheritedProtected
AfterCommitpublicFires after the transaction is committed.
AfterConnectpublicOccurs after a connection is established.
AfterDisconnectpublicOccurs after the connection closes.
AfterRollbackpublicFires after the transaction is rolled back.
AfterStartTransactionpublicFires after transaction is started.
BeforeCommitpublicFires before the transaction is committed.
BeforeConnectpublicOccurs immediately before establishing a connection.
BeforeDisconnectpublicOccurs immediately before the connection closes.
BeforeRollbackpublicFires before the transaction is rolled back.
BeforeStartTransactionpublicFires before the transaction is started.
OnErrorpublicFires before FireDAC raises an exception inside of the commands, associated commands or dataset methods of the connection.
OnGetDeltaStreamsprotected
OnLoginpublicFires when an application connects to a DBMS.
OnLostpublicFires after FireDAC was not able to restore a lost connection to the DBMS.
OnRecoverpublicOccurs when the connection to the DBMS is lost.
OnRestoredpublicFires after FireDAC successfully restores a lost connection to the DBMS.