TdxCustomSpellChecker.ClearIgnoreOnceList(TWinControl) Method
In This Article
Clears a list of words ignored by an end-user using the Ignore context menu item or the Ignore button in the Spelling dialog.
#Declaration
Delphi
procedure ClearIgnoreOnceList(AEdit: TWinControl);
#Parameters
Name | Type |
---|---|
AEdit | TWin |
#Remarks
The spell checker maintains a list of words ignored by an end-user using the Ignore menu item or the Ignore button in the Spelling dialog, for each control being checked. Once a word is added to the list, it is no longer highlighted as misspelled in the control’s text. Call the ClearIgnoreOnceList method and pass a control as the AEdit parameter to clear a word list created for this control.
See Also