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