RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
ComCtrls.TListGroupState Enumeration

TListGroupState describes list group's current state.

Pascal
TListGroupState = (
  lgsNormal,
  lgsHidden,
  lgsCollapsed,
  lgsNoHeader,
  lgsCollapsible,
  lgsFocused,
  lgsSelected,
  lgsSubseted,
  lgsSubSetLinkFocused
);
C++
enum TListGroupState {
  lgsNormal,
  lgsHidden,
  lgsCollapsed,
  lgsNoHeader,
  lgsCollapsible,
  lgsFocused,
  lgsSelected,
  lgsSubseted,
  lgsSubSetLinkFocused
};

A combination of TListGroupState flags represent a TListGroup's current state. Flags can have the following values:

Value 
Meaning 
lgsNormal  
All groups are expanded, all items are displayed and the group name is visible.  
lgsHidden  
The group is hidden.  
lgsCollapsed  
The group is collapsed. Windows Vista only.  
lgsNoHeader  
The header is not visible. Windows Vista only.  
lgsCollapsible  
The group can be collapsed. Windows Vista only.  
lgsFocused  
This group has the keyboard focus. Windows Vista only.  
lgsSelected  
This group is selected. Windows Vista only.  
lgsSubseted  
Only a subset of the group's items are displayed. Windows Vista only.  
lgsSubSetLinkFocused  
The subset link of this group has keyboard focus. Windows Vista only.  

 

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