TCollection.Add

Creates and adds a new item to the collection.

Declaration

Source position: classesh.inc line 553

public 
  function Add : TCollectionItem;

Description

Add instantiates a new item of class TCollection.ItemClass and adds it to the list. The newly created object is returned.

See also

Name Description
TCollection.Clear Removes all items from the collection.
TCollection.ItemClass Class pointer for each item in the collection.