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