Data.DBXPlatform.TDBXArrayList.RemoveAt

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

Delphi

procedure RemoveAt(Index: Integer);

C++

void __fastcall RemoveAt(int Index);

プロパティ

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

説明

指定の位置からオブジェクトを削除します。

RemoveAt メソッドは、TDBXArrayList から、Index パラメータで指定された位置でオブジェクトのインスタンスを削除します。

関連項目