Back to Devexpress

TdxCustomSpellCheckerDictionary.Load(TdxSpellCheckerDictionaryLoadMode) Method

vcl-dxspellchecker-dot-tdxcustomspellcheckerdictionary-dot-load-x28-dxspellchecker-dot-tdxspellcheckerdictionaryloadmode-x29.md

latest1.4 KB
Original Source

TdxCustomSpellCheckerDictionary.Load(TdxSpellCheckerDictionaryLoadMode) Method

Loads the dictionary into the memory from a dictionary file.

Declaration

delphi
procedure Load(AMode: TdxSpellCheckerDictionaryLoadMode = dlmDefault);

Parameters

NameType
AModeTdxSpellCheckerDictionaryLoadMode

Remarks

If the load was successful, the Loaded property is set to True.

Values include:

ValueMeaning
dlmDefaultObtains a setting specified by the spell checker’s UseThreadedLoad property.
dlmDirectLoadThe dictionary is loaded in the application’s main thread.
dlmThreadedLoadThe dictionary is loaded in a separate thread.

See Also

TdxAffixCompressionDictionary.DictionaryPath

TdxUserSpellCheckerDictionary.DictionaryPath

TdxCustomSpellCheckerDictionary Class

TdxCustomSpellCheckerDictionary Members

dxSpellChecker Unit