[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Create a new TOwnerCollection instance.
Source position: classesh.inc line 574
public constructor TOwnedCollection.Create( |
AOwner: TPersistent; |
AItemClass: TCollectionItemClass |
); |
Create creates a new instance of TOwnedCollection and stores the AOwner references. It will the value returned in the TCollection.Owner property of the collection. The ItemClass class reference is passed on to the inherited constructor, and will be used to create new instances in the Insert and Add methods.
|
Creates a new collection. |
|
|
Owner of the collection. |