FireDAC.Phys.TFDPhysDriverService.AfterExecute

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property AfterExecute: TNotifyEvent read FAfterExecute write FAfterExecute;

C++

__property System::Classes::TNotifyEvent AfterExecute = {read=FAfterExecute, write=FAfterExecute};

Properties

Type Visibility Source Unit Parent
event published
FireDAC.Phys.pas
FireDAC.Phys.hpp
FireDAC.Phys TFDPhysDriverService

Description

Occurs after the service action is executed.

Use the AfterExecute event handler to perform the actions after the service action is finished.

See Also