TObjectArrayList<T>.Delete Method

Definition

Deletes the object at the specified index.

Delphi
procedure Delete(Index: Integer); override;

Parameters

Index
Integer

The zero-based index of the object to delete.

Remarks

If OwnsObjects is true, the removed object is freed.