System.Generics.Collections.TList.Delete

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

Delphi

procedure Delete(Index: Integer); inline;

C++

void __fastcall Delete(int Index);

プロパティ

種類 可視性 ソース ユニット
procedure
function
public
System.Generics.Collections.pas
System.Generics.Collections.hpp
System.Generics.Collections TList

説明

インデックスが示す位置のエントリを削除します。

Delete は、指定されたインデックス(Index)が示すリスト内の位置のエントリを削除します。

Index がリストに対して有効ではない場合、EArgumentOutOfRangeException 例外が発生します。

リストからエントリが削除されると、OnNotify イベントが発生します。

関連項目