Skip to main content

TdxCustomSpellChecker.OnAutoCorrectStart Event

Enables you to perform specific actions before the AutoCorrect checking starts in a text-editing control.

Declaration

property OnAutoCorrectStart: TdxSpellCheckerCheckStartEvent read; write;

Remarks

Fires when AControl gains focus.

Sender specifies the spell checker that performs the spell check.

AControl specifies the control whose content is checked.

AAllow specifies whether automatic correction is allowed. Set AAllow to True, to allow automatic correction.

See Also