RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TListGroups Class

Groups for a list view.

Pascal
TListGroups = class(TCollection);
C++
class TListGroups : public TCollection;

TListGroups is a TCollection listing each TListGroup associated with a list view. 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!