ImageEn, unit iexMetaHelpers |
|
TIEMetaListView.CollapseAllGroups
Declaration
procedure CollapseAllGroups();
Description
Collapse all meta-data groups (if you have enabled
GroupView).
Notes:
- Users can also double-click individual group headers to expand or collapse them
- This is the same as adding lgsCollapsed to the state of all groups
Examples
// Show all groups as collapsed
IEMetaListView1.CollapseAllGroups();
// Show all groups as expanded
IEMetaListView1.ExpandAllGroups();
See Also
-
ExpandAllGroups-
GroupView