FireDAC.Comp.Client.TFDConnectionRecoverEvent
[–] Properties | |
---|---|
Type: type typedef
| |
Visibility: public | |
Source: FireDAC.Comp.Client.pas FireDAC.Comp.Client.hpp
| |
Unit: FireDAC.Comp.Client | |
Parent: FireDAC.Comp.Client |
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);
Description
Type of event handler for the TFDCustomConnection.OnRecover event.