Words
A collection of words.
Words Properties
| Property |
Type |
Access |
Description |
| Count |
Long |
read |
The number of Words. |
| Item |
Object |
read |
Returns the Word with the specified index or name as Long or String. |
Words Methods
| Method |
Returns |
Description |
| AnyItem |
Object |
Returns any Word. |
| FirstItem |
Object |
Returns the first Word. |
| ItemByRange |
Objects |
Returns the Words within the specified range. |
| LastItem |
Object |
Returns the last Word. |
| MiddleItem |
Object |
Returns the middle Word. |
| NextItem |
Object |
Returns the next Word. |
| PreviousItem |
Object |
Returns the previous Word. |