FireDAC.Comp.Client.TFDCommand Events

From RAD Studio API Documentation
Jump to: navigation, search


InheritedProtected
AfterClosepublishedThis event fires after the command is closed.
AfterExecutepublishedThis event fires after the command is executed.
AfterFetchpublicThis event fires after fetching from the command cursor.
AfterOpenpublishedThis event fires after the command is opened.
AfterPreparepublishedThis event fires after the command is prepared.
AfterUnpreparepublishedThis event fires after the command is unprepared.
BeforeClosepublishedThis event fires before the command is closed.
BeforeExecutepublishedThis event fires before the command is executed.
BeforeFetchpublicThis event fires before fetching from the command cursor.
BeforeOpenpublishedThis event fires before the command is opened.
BeforePreparepublishedThis event fires before the command is prepared.
BeforeUnpreparepublishedThis event fires before the command is unprepared.
OnCommandChangedpublishedThe event that fires after CommandText is changed.
OnErrorpublishedThe event that fires when an error occurs, while the command is communicating with the DBMS.
OnGetDeltaStreamsprotected