RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TListControlItem.Create Constructor

Creates and initializes a TListControlItem instance.

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

Do not call the constructor to create a TListControlItem instance. Instead, use the collection's Add method to create a new list control item. 

Collection is the collection object that owns and manages this list control item. 

 

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