Data.DBXPlatform.TDBXArrayList.Remove

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

Delphi

procedure Remove(Index: Integer); overload;
procedure Remove(Element: TObject); overload;

C++

void __fastcall Remove(int Index)/* overload */;
void __fastcall Remove(System::TObject* Element)/* overload */;

プロパティ

種類 可視性 ソース ユニット
procedure
function
public
Data.DBXPlatform.pas
Data.DBXPlatform.hpp
Data.DBXPlatform TDBXArrayList

説明

指定されたオブジェクトの最初の出現箇所を削除します。

Remove メソッドには、2 つのオーバーロードがあります。1 つ目のオーバーロードは Index 番目の項目を削除し、2 つ目のオーバーロードは TDBXArrayList から指定のオブジェクトの最初の出現箇所を削除します。

関連項目