TdxCustomSpellCheckerDictionary.Clear Method
Unloads a dictionary from the memory, and makes it disabled.
Declaration
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