Skip to main content

TdxCustomSpellChecker.ClearIgnoreOnceList(TWinControl) Method

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

procedure ClearIgnoreOnceList(AEdit: TWinControl);

Parameters

Name Type
AEdit TWinControl

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