FireDAC.Comp.Client.TFDCustomManager.FindConnection

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

Delphi

function FindConnection(const AConnectionName: string): TFDCustomConnection;

C++

TFDCustomConnection* __fastcall FindConnection(const System::UnicodeString AConnectionName);

プロパティ

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

説明

ConnectionNameAConnectionName に等しい、TFDCustomConnection インスタンスを検索します。

見つかった場合、TFDCustomConnection インスタンスを返します。 そうでなければ、nil を返します。 FindConnection は、ConnectionNameAConnectionName に等しい、TFDCustomConnection インスタンスを検索します。

関連項目