Creates a new instance of this collection item.
Source position: classesh.inc line 784
public constructor TCollectionItem.Create( |
ACollection: TCollection |
); virtual; |
Create instantiates a new item in a TCollection. It is called by the TCollection.Add function and should under normal circumstances never be called directly. called
|
Destroys this collection item. |