RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TListItems Class

TListItems maintains the collection of items that appear in a list view control.

Pascal
TListItems = class(TPersistent);
C++
class TListItems : public TPersistent;

Use the properties and methods of TListItems to manipulate the list of items displayed by a list view control. TListItems only lists the main items in the list view. Subitems are specified using a property of the individual TListItem objects. 

 

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