FireDAC.Comp.Client.TFDCustomManager.AfterLoadConnectionDefFile

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

Delphi

property AfterLoadConnectionDefFile: TNotifyEvent  read GetAfterLoadConnectionDefFile write SetAfterLoadConnectionDefFile;

C++

__property System::Classes::TNotifyEvent AfterLoadConnectionDefFile = {read=GetAfterLoadConnectionDefFile, write=SetAfterLoadConnectionDefFile};

プロパティ

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

説明

このイベントは、接続定義ファイルがロードされた後に発生します。

AfterLoadConnectionDefFileこのイベントは、接続定義ファイルがロードされた後に発生します。

関連項目