Creates a new collection.
Source position: classesh.inc line 836
public constructor TCollection.Create( |
AItemClass: TCollectionItemClass |
); |
Create instantiates a new instance of the TCollection class which will manage objects of class AItemClass. It creates the list used to hold all objects, and stores the AItemClass for 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. |