IList<T>.Add Method

Definition

Adds an item to the list.

Delphi
function Add(const item: T): Integer

Parameters

item
T

The element to add to the list.

Returns

Integer

The index of the item in the list.