FireDAC.Phys.TFDPhysDriverService.BeforeExecute
Delphi
property BeforeExecute: TNotifyEvent read FBeforeExecute write FBeforeExecute;
C++
__property System::Classes::TNotifyEvent BeforeExecute = {read=FBeforeExecute, write=FBeforeExecute};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
event | published | FireDAC.Phys.pas FireDAC.Phys.hpp |
FireDAC.Phys | TFDPhysDriverService |
Description
Occurs before the service action is executed.
Use the BeforeExecute event handler to perform the actions before the service action is executed.