[Overview][Constants][Types][Classes][Procedures and functions][Variables] |
Create a new TOwnerCollectioninstance.
Source position: classesh.inc line 421
public constructor TOwnedCollection.Create( |
AOwner: TPersistent; |
AItemClass: TCollectionItemClass |
); |
Createcreates a new instance of TOwnedCollectionand stores the AOwnerreferences. It will the value returned in the TCollection.Ownerproperty of the collection. The ItemClassclass reference is passed on to the inherited constructor, and will be used to create new instances in the Insertand Addmethods.
|
Creates a new collection. |
|
|
Owner of the collection. |