FireDAC.Comp.Client.TFDConnectionLoginEvent

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

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

C++

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

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.OnLogin.

Voir aussi