TdxOpenOfficeDictionary 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 dictionary is created based on rules provided by the affix file.
Inherited from Tdx |
Enabled |
Specifies whether the dictionary is enabled.
Inherited from Tdx |
Grammar |
Specifies the affix file used to build up a dictionary from the affix-compressed dictionary file specified by the Dictionary |
Language |
Specifies the dictionary’s language.
Inherited from Tdx |
Loaded |
Returns whether the dictionary is loaded into memory.
Inherited from Tdx |
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 |
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 |
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 |