Back to Devexpress

TdxCustomSpellChecker.Check(TWinControl) Method

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

latest1.2 KB
Original Source

TdxCustomSpellChecker.Check(TWinControl) Method

Checks spelling in an arbitrary string or an editor.

Declaration

delphi
procedure Check(AEdit: TWinControl); overload;

Parameters

NameType
AEditTWinControl

Remarks

The first overloaded variant performs the spell check for any text-editing control (including the ExpressRichEdit Control) that is derived from the TWinControl.

The other overloaded variants allow you to check spelling in arbitrary strings.

See Also

TdxCustomSpellChecker.CheckContainer

TdxCustomSpellChecker.OnCheckWord

Getting Started

TdxCustomSpellChecker Class

TdxCustomSpellChecker Members

dxSpellChecker Unit