FireDAC.Comp.Client.TFDCustomCommand.BeforePrepare

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property BeforePrepare: TNotifyEvent read FBeforePrepare write FBeforePrepare;

C++

__property System::Classes::TNotifyEvent BeforePrepare = {read=FBeforePrepare, write=FBeforePrepare};

Properties

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

Description

This event fires before the command is prepared.

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

See Also