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.
If OwnsObjects is true, the removed object is freed.
Deletes the object at the specified index.
procedure Delete(Index: Integer); override;
The zero-based index of the object to delete.
If OwnsObjects is true, the removed object is freed.