XMLItems
A collection of XML items.
XMLItems Properties
| Property |
Type |
Access |
Description |
| Count |
Long |
read |
The number of XMLItems. |
| Item |
Object |
read |
Returns the XMLItem with the specified index or name as Long or String. |
XMLItems Methods
| Method |
Returns |
Description |
| AnyItem |
Object |
Returns any XMLItem. |
| FirstItem |
Object |
Returns the first XMLItem. |
| ItemByID |
Object |
Returns the XMLItem with the specified ID. |
| ItemByRange |
Objects |
Returns the XMLItems within the specified range. |
| LastItem |
Object |
Returns the last XMLItem. |
| MiddleItem |
Object |
Returns the middle XMLItem. |
| NextItem |
Object |
Returns the next XMLItem. |
| PreviousItem |
Object |
Returns the previous XMLItem. |
Previous post: XMLPreference
Next post: XMLItem