FireDAC.Comp.Client.TFDCustomCommand.GetConnection

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

Delphi

function GetConnection(ACheck: Boolean): TFDCustomConnection;

C++

TFDCustomConnection* __fastcall GetConnection(bool ACheck);

プロパティ

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


説明

接続オブジェクトを返します。

プロパティ Connection または ConnectionName を使用して、接続オブジェクトを返します。

関連項目