API:FireDAC.Comp.Client.TFDCommand.BeforePrepare

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property BeforePrepare: TNotifyEvent read FBeforePrepare write FBeforePrepare;

C++

__property BeforePrepare;

Properties

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

Description

This event fires before the command is prepared.

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

This event fires before the command is prepared.

The BeforePrepare event fires before the command is prepared by calling the Prepare method.

See Also