Data.SqlExpr.TConnectionData.GetFullParams

提供:RAD Studio API Documentation

Delphi

procedure GetFullParams(Params: TStrings);

C++

void __fastcall GetFullParams(System::Classes::TStrings* Params);

プロパティ

種類 可視性 ソース ユニット
procedure
function
protected
Data.SqlExpr.pas
Data.SqlExpr.hpp
Data.SqlExpr TConnectionData


説明

接続データ プロパティを取得します。

GetFullParams は、TConnectionData のすべてのプロパティと、その DelegateConnection のプロパティを、ParamsTStrings パラメータへ取得します。

関連項目