FireDAC.Comp.Client.TFDCustomCommand.BeforeExecute
| [–] Properties | |
|---|---|
| Type: event | |
| Visibility: public | |
| Source: FireDAC.Comp.Client.pas FireDAC.Comp.Client.hpp
| |
| Unit: FireDAC.Comp.Client | |
| Parent: TFDCustomCommand | |
Delphi
property BeforeExecute: TNotifyEvent read FBeforeExecute write FBeforeExecute;
C++
__property System::Classes::TNotifyEvent BeforeExecute = {read=FBeforeExecute, write=FBeforeExecute};
Description
This event fires before the command is executed.
The BeforeExecute event fires before the command is executed by calling the Execute method.