FireDAC.Phys.TFDPhysDriverService.AfterExecute

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property AfterExecute: TNotifyEvent read FAfterExecute write FAfterExecute;

C++

__property System::Classes::TNotifyEvent AfterExecute = {read=FAfterExecute, write=FAfterExecute};

Propriétés

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

Description

Se produit après l'exécution de l'action du service.

Utilisez le gestionnaire d'événement AfterExecute pour effectuer les actions après la fin de l'action du service.

Voir aussi