TdxCustomSpellCheckerDictionary Members
In This Article
#Constructors
Name | Description |
---|---|
Create |
Initializes a new instance of the Tdx |
#Properties
Name | Description |
---|---|
Active | Returns whether the dictionary is used for spell checking. |
Alphabet | Specifies the corresponding language’s alphabet. |
Code |
Specifies the dictionary’s code page. |
Enabled | Specifies whether the dictionary is enabled. |
Language | Specifies the dictionary’s language. |
Loaded | Returns whether the dictionary is loaded into memory. |
Spell |
Returns a spell checker.
Inherited from Tdx |
#Methods
Name | Description |
---|---|
Activate | Makes a dictionary available for spell checking. |
Assign |
Inherited from TPersistent. |
Assign |
Inherited from TPersistent. |
Clear | Unloads a dictionary from the memory, and makes it disabled. |
Equals |
Inherited from TObject. |
Get |
Inherited from TObject. |
Get |
Inherited from TPersistent. |
Get |
Inherited from TPersistent. |
Has |
Checks whether AWord is contained in the dictionary. |
Load |
Loads the dictionary into the memory from a dictionary file. |
To |
Inherited from TObject. |
Unload | Unloads the dictionary from the memory. |
#Events
Name | Description |
---|---|
On |
Allows you to perform specific actions after the dictionary has been loaded into the memory. |
On |
Allows you to perform specific actions when a dictionary is about to be loaded. |
See Also