API:FireDAC.Comp.Client.TFDCommand.AfterPrepare

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property AfterPrepare: TNotifyEvent read FAfterPrepare write FAfterPrepare;

C++

__property AfterPrepare;

Properties

Type Visibility Source Unit Parent
event published
FireDAC.Comp.Client.pas
FireDAC.Comp.Client.hpp
FireDAC.Comp.Client TFDCommand

Description

This event fires after the command is prepared.

FireDAC.Comp.Client.TFDCommand.AfterPrepare inherits from FireDAC.Comp.Client.TFDCustomCommand.AfterPrepare. All content below this line refers to FireDAC.Comp.Client.TFDCustomCommand.AfterPrepare.

This event fires after the command is prepared.

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

See Also