RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomListView.CreateListItem Method

Creates a list item for the collection specified by the Items property.

Pascal
function CreateListItem: TListItem; virtual;
C++
virtual __fastcall TListItem CreateListItem();

Call CreateListItem to create a TListItem object that will be added to the Items collection. CreateListItem creates the list item but does not insert it into the collection. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!