A collection of groups.
Groups Properties
| Property | Type | Access | Description |
|---|---|---|---|
| item | Object | read | Returns the group with the specified index or name. |
| length | Long | read | The number of groups in the collection. |
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. |