FireDAC.Phys.TFDPhysDriverService.BeforeExecute

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property BeforeExecute: TNotifyEvent read FBeforeExecute write FBeforeExecute;

C++

__property System::Classes::TNotifyEvent BeforeExecute = {read=FBeforeExecute, write=FBeforeExecute};

Propriétés

Type Visibilité  Source Unité  Parent
event published
FireDAC.Phys.pas
FireDAC.Phys.hpp
FireDAC.Phys TFDPhysDriverService

Description

Se produit avant l'exécution de l'action du service.

Utilisez le gestionnaire d'événement BeforeExecute pour effectuer les actions avant l'exécution de l'action du service.

Voir aussi