EnablingGroups
A collection of enabling groups.
EnablingGroups Properties
| Property |
Type |
Access |
Description |
| Count |
Long |
read |
The number of EnablingGroups. |
| Item |
Object |
read |
Returns the EnablingGroup with the specified index or name as Long or String. |
EnablingGroups Methods
| Method |
Returns |
Description |
| Add |
EnablingGroup |
Create a new EnablingGroup. |
| AnyItem |
Object |
Returns any EnablingGroup. |
| FirstItem |
Object |
Returns the first EnablingGroup. |
| ItemByID |
Object |
Returns the EnablingGroup with the specified ID. |
| ItemByRange |
Objects |
Returns the EnablingGroups within the specified range. |
| LastItem |
Object |
Returns the last EnablingGroup. |
| MiddleItem |
Object |
Returns the middle EnablingGroup. |
| NextItem |
Object |
Returns the next EnablingGroup. |
| PreviousItem |
Object |
Returns the previous EnablingGroup. |