System.Bindings.Expression.TBindExprDict.Create

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

Delphi

constructor Create(const GroupName: string);

C++

__fastcall TBindExprDict(const System::UnicodeString GroupName);

プロパティ

種類 可視性 ソース ユニット
constructor public
System.Bindings.Expression.pas
System.Bindings.Expression.hpp
System.Bindings.Expression TBindExprDict

説明

TBindExprDict クラスのインスタンスを作成します。

Create コンストラクタは、バインディング式のグループのインスタンス化を作成します。Extract には、次のパラメータがあります:

パラメータ 意味
GroupName グループ名を示します。

関連項目