FireDAC.Comp.Client.TFDConnectionRecoverEvent
Delphi
TFDConnectionRecoverEvent = procedure (ASender, AInitiator: TObject;
AException: Exception; var AAction: TFDPhysConnectionRecoverAction) of object;
C++
typedef void __fastcall (__closure *TFDConnectionRecoverEvent)(System::TObject* ASender, System::TObject* AInitiator, System::Sysutils::Exception* AException, Firedac::Phys::Intf::TFDPhysConnectionRecoverAction &AAction);
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
Type de gestionnaire d'événement pour l'événement TFDCustomConnection.OnRecover.