Skip to content

TCollectionItem.Create

Creates a new instance of this collection item.

Declaration

Source position: classesh.inc line 499

public 
  constructor Create(ACollection: TCollection);  Virtual;

Description

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

See also

Name Description
TCollectionItem.Destroy Destroys this collection item.