Skip to main content

TdxCustomSpellChecker.Check(TWinControl) Method

Checks spelling in an arbitrary string or an editor.

Declaration

procedure Check(AEdit: TWinControl); overload;

Parameters

Name Type
AEdit TWinControl

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