API:FireDAC.Comp.Client.TFDCommand.BeforeExecute

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property BeforeExecute: TNotifyEvent read FBeforeExecute write FBeforeExecute;

C++

__property BeforeExecute;

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 executed.

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

This event fires before the command is executed.

The BeforeExecute event fires before the command is executed by calling the Execute method.

See Also