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.
Adds an item to the list.
function Add(const item: T): Integer
The element to add to the list.
The index of the item in the list.