API:FireDAC.Comp.Client.TFDCommand.BeforePrepare

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: event
Visibility: published
Source:
FireDAC.Comp.Client.pas
FireDAC.Comp.Client.hpp
Unit: FireDAC.Comp.Client
Parent: TFDCommand

Delphi

property BeforePrepare;

C++

__property BeforePrepare;

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