FireDAC.Comp.Client.TFDConnectionLoginEvent

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

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

Properties

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

Description

Type of event handler for the TFDCustomConnection.OnLogin event.

See Also