RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TListColumn.Create Constructor

Creates and initializes a TCollectionItem instance.

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

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!