user dictionary
A user dictionary.
user dictionary properties
| Property |
Type |
Access |
Description |
| added words |
list of strings |
r/w |
Words in the user dictionary as Array of Strings. |
| class |
integer |
read |
The class descriptor type. |
| index |
integer |
read |
Index of the object within its parent object. |
| name |
string |
read |
The name of the object. |
| object reference |
object |
read |
An object reference for this object. |
| parent |
object |
read |
The parent of the object. |
| properties |
record |
r/w |
Property that allows setting of several properties at the same time. |
| removed words |
list of strings |
r/w |
Words in the not list dictionary as Array of Strings. |
user dictionary methods
| Method |
Returns |
Description |
| add word |
Nothing |
Add a word to the user dictionary. |
| remove word |
Nothing |
Remove a word from the user dictionary. |