Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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

Delphi
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