System.Bindings.Manager.TBindingManager.IndexOf
Delphi
function IndexOf(Expr: TBindingExpression): Integer; inline;
C++
int __fastcall IndexOf(System::Bindings::Expression::TBindingExpression* Expr);
プロパティ
| 種類 | 可視性 | ソース | ユニット | 親 | 
|---|---|---|---|---|
| function | public | System.Bindings.Manager.pas System.Bindings.Manager.hpp | System.Bindings.Manager | TBindingManager | 
説明
バインディング式オブジェクトのインデックスを取得します。
IndexOf メソッドは、バインディング式のリスト内で見つかったバインディング式オブジェクトのインデックスを取得します。
IndexOf を次のパラメータで呼び出します:
| パラメータ | 意味 | 
| Expr | 検索されるバインディング式オブジェクト。 | 
IndexOf は、指定されたバインディング式オブジェクトのインデックスを返します。IndexOf は、指定されたバインディング式オブジェクトが、バインディング式の内部リストで見つからなかった場合、-1 を返します。