RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCollectionItem.Create Constructor

Creates and initializes a TCollectionItem instance.

Pascal
constructor Create(Collection: TCollection); virtual;
C++

Do not call Create to instantiate a collection item. Instead, call the Add method of the collection to which the item should belong. 

Collection identifies the TCollection instance to which the new item belongs. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!