FireDAC.Comp.Client.TFDCustomCommand Events

From RAD Studio API Documentation
Jump to: navigation, search


InheritedProtected
AfterClosepublicThis event fires after the command is closed.
AfterExecutepublicThis event fires after the command is executed.
AfterFetchpublicThis event fires after fetching from the command cursor.
AfterOpenpublicThis event fires after the command is opened.
AfterPreparepublicThis event fires after the command is prepared.
AfterUnpreparepublicThis event fires after the command is unprepared.
BeforeClosepublicThis event fires before the command is closed.
BeforeExecutepublicThis event fires before the command is executed.
BeforeFetchpublicThis event fires before fetching from the command cursor.
BeforeOpenpublicThis event fires before the command is opened.
BeforePreparepublicThis event fires before the command is prepared.
BeforeUnpreparepublicThis event fires before the command is unprepared.
OnCommandChangedpublicThe event that fires after CommandText is changed.
OnErrorpublicThe event that fires when an error occurs, while the command is communicating with the DBMS.
OnGetDeltaStreamsprotected