System.Bindings.Expression.TBindExprDict.Add

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

Delphi

procedure Add(const ExpressionStr: string; BindingExpression: TBindingExpression);

C++

void __fastcall Add(const System::UnicodeString ExpressionStr, TBindingExpression* BindingExpression);

プロパティ

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

説明

バインディング式を名前を付けて、グループに追加します。

Add メソッドは、バインディング式を名前を付けて、グループに追加するために使用されます。Add は、次のパラメータで呼び出します:

パラメータ 意味
ExpressionStr バインディング式の名前を示します。
BindingExpression バインディング式オブジェクトを識別します。

関連項目