A collection of widgets.
Widgets Properties
| Property | Type | Access | Description |
|---|---|---|---|
| Count | Long | read | The number of Widgets. |
| Item | Object | read | Returns the Widget with the specified index or name as Long or String. |
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. |