EnablingGroups
A collection of enabling groups.
EnablingGroups Properties
| Property |
Type |
Access |
Description |
| item |
Object |
read |
Returns the enabling group with the specified index or name. |
| length |
Long |
read |
The number of enabling groups in the collection. |
EnablingGroups Methods
| Method |
Returns |
Description |
| add |
EnablingGroup |
Create a new enabling group. |
| anyItem |
Object |
Returns any enabling group. |
| firstItem |
Object |
Returns the first enabling group. |
| itemByID |
Object |
Returns the enabling group with the specified ID. |
| itemByRange |
Objects |
Returns the enabling groups within the specified range. |
| lastItem |
Object |
Returns the last enabling group. |
| middleItem |
Object |
Returns the middle enabling group. |
| nextItem |
Object |
Returns the next enabling group. |
| previousItem |
Object |
Returns the previous enabling group. |