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