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