A collection of widgets.
Widgets Properties
| Property | Type | Access | Description |
|---|---|---|---|
| item | Object | read | Returns the widget with the specified index or name. |
| length | Long | read | The number of widgets in the collection. |
Widgets Methods
| Method | Returns | Description |
|---|---|---|
| anyItem | Object | Returns any widget. |
| firstItem | Object | Returns the first widget. |
| itemByID | Object | Returns the widget with the specified ID. |
| itemByRange | Objects | Returns the widgets within the specified range. |
| lastItem | Object | Returns the last widget. |
| middleItem | Object | Returns the middle widget. |
| nextItem | Object | Returns the next widget. |
| previousItem | Object | Returns the previous widget. |