[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Creates and adds a new item to the collection.
Source position: classesh.inc line 552
public function TCollection.Add: TCollectionItem; |
Add instantiates a new item of class TCollection.ItemClass and adds it to the list. The newly created object is returned.
|
Class pointer for each item in the collection. |
|
|
Removes all items from the collection. |