System.Bindings.Manager.TBindingManager.Add

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

Delphi

function Add(const Expr: String): Integer;

C++

int __fastcall Add(const System::UnicodeString Expr);

プロパティ

種類 可視性 ソース ユニット
function public
System.Bindings.Manager.pas
System.Bindings.Manager.hpp
System.Bindings.Manager TBindingManager

説明

新しいバインディング式オブジェクトを作成します。

Add メソッドは、指定された式文字列を基に新しいバインディング式オブジェクトを作成し、そのバインディング式オブジェクトをバインディング式のリストに追加します。Add は、バインディング式のリスト内にある、バインディング式オブジェクトのインデックスを返します。

Add を次のパラメータで呼び出します:

パラメータ 意味
Expr バインディング式オブジェクトが作成される際にベースとなる、実際の式文字列。

関連項目