FireDAC.Comp.Client.TFDCommand.AfterPrepare

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 AfterPrepare;

C++

__property AfterPrepare;

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