FireDAC.Comp.Client.TFDCustomCommand Events
InheritedProtected
| AfterClose | public | This event fires after the command is closed. |
| AfterExecute | public | This event fires after the command is executed. |
| AfterFetch | public | This event fires after fetching from the command cursor. |
| AfterOpen | public | This event fires after the command is opened. |
| AfterPrepare | public | This event fires after the command is prepared. |
| AfterUnprepare | public | This event fires after the command is unprepared. |
| BeforeClose | public | This event fires before the command is closed. |
| BeforeExecute | public | This event fires before the command is executed. |
| BeforeFetch | public | This event fires before fetching from the command cursor. |
| BeforeOpen | public | This event fires before the command is opened. |
| BeforePrepare | public | This event fires before the command is prepared. |
| BeforeUnprepare | public | This event fires before the command is unprepared. |
| OnCommandChanged | public | The event that fires after CommandText is changed. |
| OnError | public | The event that fires when an error occurs, while the command is communicating with the DBMS. |
| OnGetDeltaStreams | protected |