TList<T>.Delete(Integer) Method
Removes the item at the specified index.
public procedure Delete(index: Integer); override;
Parameters
- index
- Type: Integer
The zero-based index of the item to remove.
Overrides
TListBase<T>.Delete(Integer)- ArgumentOutOfRangeException
- index is not a valid index in the IList<T>.