UserDictionaries
A collection of user dictionaries.
UserDictionaries Properties
| Property |
Type |
Access |
Description |
| item |
Object |
read |
Returns the user dictionary with the specified index or name. |
| length |
Long |
read |
The number of user dictionaries in the collection. |
UserDictionaries Methods
| Method |
Returns |
Description |
| anyItem |
Object |
Returns any user dictionary. |
| firstItem |
Object |
Returns the first user dictionary. |
| itemByRange |
Objects |
Returns the UserDictionaries within the specified range. |
| lastItem |
Object |
Returns the last user dictionary. |
| middleItem |
Object |
Returns the middle user dictionary. |
| nextItem |
Object |
Returns the next user dictionary. |
| previousItem |
Object |
Returns the previous user dictionary. |