FireDAC.Comp.Client.TFDConnectionLoginEvent

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

TFDConnectionLoginEvent = procedure (AConnection: TFDCustomConnection;
AParams: TFDConnectionDefParams) of object;

C++

typedef void __fastcall (__closure *TFDConnectionLoginEvent)(TFDCustomConnection* AConnection, Firedac::Stan::Intf::TFDConnectionDefParams* AParams);

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
type
typedef
public
FireDAC.Comp.Client.pas
FireDAC.Comp.Client.hpp
FireDAC.Comp.Client FireDAC.Comp.Client


Beschreibung

Typ von Ereignisbehandlungsroutine für das Ereignis TFDCustomConnection.OnLogin.

Siehe auch