ICollection<T>.Add Method
Definition
Adds an item to the collection.
Delphi
function Add(const item: T): Boolean
Parameters
- item
- T
The element to add to the collection.
Returns
Boolean
True if the collection was modified, False otherwise.