FireDAC.Comp.Client.TFDConnectionLoginEvent

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

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

C++

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

プロパティ

種類 可視性 ソース ユニット
type
typedef
public
FireDAC.Comp.Client.pas
FireDAC.Comp.Client.hpp
FireDAC.Comp.Client FireDAC.Comp.Client


説明

TFDCustomConnection.OnLogin イベントのイベント ハンドラの型。

関連項目