TdxCustomSpellCheckerDictionary.Clear Method
In This Article
Unloads a dictionary from the memory, and makes it disabled.
#Declaration
Delphi
procedure Clear;
#Remarks
The Clear method invokes the Unload method to unload the dictionary (if it was previously loaded – see the Loaded property), and disables the dictionary (by setting the Enabled property to False).
See Also