System.Generics.Collections.TList.Delete
Delphi
procedure Delete(Index: NativeInt); inline;
C++
void __fastcall Delete(System::NativeInt Index);
プロパティ
| 種類 | 可視性 | ソース | ユニット | 親 |
|---|---|---|---|---|
procedure function |
public | System.Generics.Collections.pas System.Generics.Collections.hpp |
System.Generics.Collections | TList |
説明
インデックスが示す位置のエントリを削除します。
Delete は、指定されたインデックス(Index)が示すリスト内の位置のエントリを削除します。
Index がリストに対して有効ではない場合、EArgumentOutOfRangeException 例外が発生します。
リストからエントリが削除されると、OnNotify イベントが発生します。