IList<T>.Items Property

Definition

Gets or sets the value at the specified index.

Delphi
property Items[Index: Integer]: T;

Parameters

Index
Integer

The zero-based index of the value to get or set.

Returns

T

Exceptions

Index is outside the valid range of indexes.