Data.DB.TParam.Create

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

Delphi

constructor Create(Collection: TCollection); overload; override;
constructor Create(AParams: TParams; AParamType: TParamType); reintroduce; overload;

C++

__fastcall virtual TParam(System::Classes::TCollection* Collection)/* overload */;
__fastcall TParam(TParams* AParams, TParamType AParamType)/* overload */;

プロパティ

種類 可視性 ソース ユニット
constructor public
Data.DB.pas
Data.DB.hpp
Data.DB TParam

説明

Create は,TParam オブジェクトのインスタンスを作成し,それをパラメータリストに挿入します。

TParam オブジェクトをインスタンス化するには,Create を呼び出します。TParam オブジェクトは通常,項目パラメータを表すためにデータセットによって作成されます。

AParams は,パラメータが属す TParams オブジェクトです。

AParamType は,パラメータの用途を示します。AParamType は,ParamType プロパティの値となります。

Collection は,パラメータが属す TParams オブジェクトです。

関連項目