FireDAC.Comp.Client.TFDOperationFinishedEvent

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

TFDOperationFinishedEvent = procedure (ASander: TObject; AState: TFDStanAsyncState;
AException: Exception) of object;

C++

typedef void __fastcall (__closure *TFDOperationFinishedEvent)(System::TObject* ASander, Firedac::Stan::Intf::TFDStanAsyncState AState, System::Sysutils::Exception* AException);

Propriétés

Type Visibilité  Source Unité  Parent
type
typedef
public
FireDAC.Comp.Client.pas
FireDAC.Comp.Client.hpp
FireDAC.Comp.Client FireDAC.Comp.Client

Description

TFDOperationFinishedEvent est une procédure de rappel utilisée par la classe TFDCustomCommand.

TFDOperationFinishedEvent est un type de procédure de rappel appelée par la procédure Fetch de la classe TFDCustomCommand.

Voir aussi