RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TListGroup Class

Group for a list item.

Pascal
TListGroup = class(TCollectionItem);
C++
class TListGroup : public TCollectionItem;

TListGroup is a TCollectionItem indicating which group an item in a TListView belongs to. Each item in a list view can belong to one or none of the groups. A list view's Groups property is a TListGroups object that lists every TListGroup associated with the list view. 

 

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