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