[Overview][Constants][Types][Classes][Procedures and functions][Variables] |
Creates a new collection.
Source position: classesh.inc line 399
public constructor TCollection.Create( |
AItemClass: TCollectionItemClass |
); |
Createinstantiates a new instance of the TCollectionclass which will manage objects of class AItemClass. It creates the list used to hold all objects, and stores the AItemClassfor the adding of new objects to the collection.
|
Class pointer for each item in the collection. |
|
|
Destroys the collection and frees all the objects it manages. |