RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TListItem Class

TListItem is an individual item of a TListView control.

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

ComCtrls

Use TListItem to specify the appearance and data associations of an item in a list view. All the list items of the list view are collected by a TListItems object to make up the Items property of the TListView control. 

 

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