ImageEn, unit iexMetaHelpers

TIEMetaListView.ExpandAllGroups

TIEMetaListView.ExpandAllGroups


Declaration

procedure ExpandAllGroups();


Description

Expand all meta-data groups (if you have enabled GroupView).

Note:
 Users can also double-click individual group headers to expand or collapse them
 This is the same as removing lgsCollapsed from the state of all groups


Examples

// Show all groups as collapsed
IEMetaListView1.CollapseAllGroups();

// Show all groups as expanded
IEMetaListView1.ExpandAllGroups();


See Also

 CollapseAllGroups
 GroupView