TdxUserSpellCheckerDictionary Members
#Constructors
Name | Description |
---|---|
Create |
Initializes a new instance of the Tdx |
#Properties
Name | Description |
---|---|
Active |
Returns whether the dictionary is used for spell checking.
Inherited from Tdx |
Alphabet |
Specifies the corresponding language’s alphabet.
Inherited from Tdx |
Check |
Specifies whether a dictionary supports a case-sensitive search.
Inherited from Tdx |
Code |
Specifies the dictionary’s code page.
Inherited from Tdx |
Dictionary |
Specifies the dictionary file from which a user-defined dictionary is loaded, or where the dictionary is stored. |
Enabled |
Specifies whether the dictionary is enabled.
Inherited from Tdx |
Language |
Specifies the dictionary’s language.
Inherited from Tdx |
Loaded |
Returns whether the dictionary is loaded into memory.
Inherited from Tdx |
Options | Contains options for the user-defined dictionary. |
Spell |
Returns a spell checker.
Inherited from Tdx |
Word |
Returns the number of words in the dictionary.
Inherited from Tdx |
#Methods
Name | Description |
---|---|
Activate |
Makes a dictionary available for spell checking.
Inherited from Tdx |
Add |
Adds a word to the dictionary. |
Assign |
Inherited from TPersistent. |
Assign |
Inherited from TPersistent. |
Clear |
Unloads a dictionary from the memory, and makes it disabled.
Inherited from Tdx |
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.
Inherited from Tdx |
Load |
Loads the dictionary into the memory from a dictionary file.
Inherited from Tdx |
Load |
Reads words from strings to the dictionary. |
Save |
Writes words from the dictionary to strings. |
To |
Inherited from TObject. |
Unload |
Unloads the dictionary from the memory.
Inherited from Tdx |
#Events
Name | Description |
---|---|
On |
Allows you to perform specific actions after the dictionary has been loaded into the memory.
Inherited from Tdx |
On |
Allows you to perform specific actions when a dictionary is about to be loaded.
Inherited from Tdx |