TdxCustomSpellCheckerDictionary.Load(TdxSpellCheckerDictionaryLoadMode) Method
Loads the dictionary into the memory from a dictionary file.
#Declaration
procedure Load(AMode: TdxSpellCheckerDictionaryLoadMode = dlmDefault);
#Parameters
Name | Type |
---|---|
AMode | Tdx |
#Remarks
If the load was successful, the Loaded property is set to True.
Values include:
Value | Meaning |
---|---|
dlm |
Obtains a setting specified by the spell checker’s Use |
dlm |
The dictionary is loaded in the application’s main thread. |
dlm |
The dictionary is loaded in a separate thread. |