FireDAC.Phys.TFDPhysDriverService.BeforeExecute

From RAD Studio API Documentation
Jump to: navigation, search

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.

See Also