Description
Use this property to get access to a collection of subgroups of the given object.
Declaration
TestObj.Groups
Read-Only Property | A GridGroupCollection object |
TestObj | A variable, parameter or expression that specifies a reference to one of the objects listed in the Applies To section |
Applies To
The property is applied to the following object:
View Mode
This property is available in the Object Browser panel and in other panels and dialogs in both Basic and Advanced view modes.
Property Value
An object containing data about the descendant groups of the current item.
If the item does not have child items, the Groups
property returns an empty collection.
Remarks
To obtain a collection of top-level items of a control use the control’s wGroups
property.