RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TListItem.Create Constructor

Creates an instance of TListItem.

Pascal
constructor Create(AOwner: TListItems); virtual;
C++
virtual __fastcall TListItem(TListItems AOwner);

Call Create to instantiate a TListItem object at runtime. List items added to the list view at design time are created automatically. At runtime, use the Add method of the TListItems object to create a list item and add it to the list view. 

 

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