System.Bindings.Manager.TBindingManager.Delete

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

Delphi

procedure Delete(Index: Integer); inline;

C++

void __fastcall Delete(int Index);

プロパティ

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

説明

バインディング式オブジェクトを削除し、破壊します。

Delete メソッドは、バインディング式のリストから、バインディング式オブジェクトを 1つ、削除および破壊します。

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

パラメータ 意味
Index バインディング式のリスト内にある、バインディング式オブジェクトのインデックス。

関連項目