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