FireDAC.Comp.Client.TFDCustomCommand.AfterPrepare

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property AfterPrepare: TNotifyEvent read FAfterPrepare write FAfterPrepare;

C++

__property System::Classes::TNotifyEvent AfterPrepare = {read=FAfterPrepare, write=FAfterPrepare};

Properties

Type Visibility Source Unit Parent
event public
FireDAC.Comp.Client.pas
FireDAC.Comp.Client.hpp
FireDAC.Comp.Client TFDCustomCommand

Description

This event fires after the command is prepared.

The AfterPrepare event fires after the command is prepared by calling the Prepare method.

See Also