ICollection.Add Method

Definition

Adds an item to the collection.

Delphi
function Add(const item: TValue): Boolean

Parameters

item
TValue

The element to add to the collection

Returns

Boolean

True if the collection was modified, False otherwise.