API:FireDAC.Comp.Client.TFDCommand.BeforeExecute
[–] Properties | |
---|---|
Type: event | |
Visibility: published | |
Source: FireDAC.Comp.Client.pas FireDAC.Comp.Client.hpp
| |
Unit: FireDAC.Comp.Client | |
Parent: TFDCommand |
Delphi
property BeforeExecute;
C++
__property BeforeExecute;
Description
This event fires before the command is executed.
FireDAC.Comp.Client.TFDCommand.BeforeExecute inherits from FireDAC.Comp.Client.TFDCustomCommand.BeforeExecute. All content below this line refers to FireDAC.Comp.Client.TFDCustomCommand.BeforeExecute.
This event fires before the command is executed.
The BeforeExecute event fires before the command is executed by calling the Execute method.