API:FireDAC.Comp.Client.TFDCommand.BeforeExecute

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property BeforeExecute: TNotifyEvent read FBeforeExecute write FBeforeExecute;

C++

__property BeforeExecute;

Propriétés

Type Visibilité  Source Unité  Parent
event published
FireDAC.Comp.Client.pas
FireDAC.Comp.Client.hpp
FireDAC.Comp.Client TFDCommand

Description

Cet événement se déclenche avant l'exécution de la commande.

FireDAC.Comp.Client.TFDCommand.BeforeExecute hérite de FireDAC.Comp.Client.TFDCustomCommand.BeforeExecute. Tout le contenu en-dessous de cette ligne se réfère à FireDAC.Comp.Client.TFDCustomCommand.BeforeExecute.

Cet événement se déclenche avant l'exécution de la commande.

L'événement BeforeExecute se déclenche avant l'exécution de la commande en appelant la méthode Execute.

Voir aussi