System.Bindings.Manager.TBindingManager.AddExpr
Delphi
function AddExpr(const Expr: String): TBindingExpression; inline;
C++
System::Bindings::Expression::TBindingExpression* __fastcall AddExpr(const System::UnicodeString Expr);
プロパティ
| 種類 | 可視性 | ソース | ユニット | 親 | 
|---|---|---|---|---|
| function | public | System.Bindings.Manager.pas System.Bindings.Manager.hpp | System.Bindings.Manager | TBindingManager | 
説明
新しいバインディング式オブジェクトを追加します。
AddExpr メソッドは、指定された式文字列を基にした新しいバインディング式オブジェクトを、バインディング式のリストに追加します。 AddExpr は、指定された式文字列から作成された、バインディング式オブジェクトを返します。
AddExpr を次のパラメータで呼び出します:
| パラメータ | 意味 | 
| EXPR | バインディング式オブジェクトが作成される際にベースとなる、実際の式文字列。 |