Back to Devexpress

TdxCustomSpellChecker.ClearIgnoreOnceList(TWinControl) Method

vcl-dxspellchecker-dot-tdxcustomspellchecker-dot-clearignoreoncelist-x28-vcl-dot-controls-dot-twincontrol-x29.md

latest1.2 KB
Original Source

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

NameType
AEditTWinControl

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

TdxCustomSpellChecker Class

TdxCustomSpellChecker Members

dxSpellChecker Unit