FireDAC.Comp.Client.TFDCustomCommand.BeforePrepare

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

property BeforePrepare: TNotifyEvent read FBeforePrepare write FBeforePrepare;

C++

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

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