TList<T>.ExtractAt(Integer) Method
Extracts the item at the specified index.
public
function ExtractAt(index: Integer): T; override;
Parameters
- index
- Type: Integer
The zero-based index of the item to extract.
Return Value
Type: T
Overrides
TListBase<T>.ExtractAt(Integer)- ArgumentOutOfRangeException
- index is not a valid index in the IList<T>.