FireDAC.Comp.Client.TFDMetaInfoCommand Events

From RAD Studio API Documentation
Jump to: navigation, search


InheritedProtected
AfterClosepublishedThis event fires after the command is closed.
AfterExecutepublicThis event fires after the command is executed.
AfterFetchpublicThis event fires after fetching from the command cursor.
AfterOpenpublishedThis event fires after the command is opened.
AfterPreparepublicThis event fires after the command is prepared.
AfterUnpreparepublicThis event fires after the command is unprepared.
BeforeClosepublishedThis event fires before the command is closed.
BeforeExecutepublicThis event fires before the command is executed.
BeforeFetchpublicThis event fires before fetching from the command cursor.
BeforeOpenpublishedThis event fires before the command is opened.
BeforePreparepublicThis event fires before the command is prepared.
BeforeUnpreparepublicThis 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