TdxCustomSpellCheckerDictionary.Activate Method
In This Article
Makes a dictionary available for spell checking.
#Declaration
Delphi
procedure Activate;
#Remarks
The Activate method specifies the dictionary as enabled (see the Enabled property) and loads it from a dictionary file (see the Load method and the DictionaryPath property).
If the dictionary is activated, it is used for spell checking.
See Also