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.OnBeforeCheck Event

In This Article

Allows you to perform pre-processing before the spell checker begins the error check.

#Declaration

Delphi
property OnBeforeCheck: TdxSpellCheckerEvent read; write;

#Remarks

Fires when the spell checker is about to start the spell check.

The event is raised by the Check and CheckContainer methods.

Use the OnBeforeCheck event, to make certain that required dictionaries have been loaded and prevent the runtime exception.

Sender specifies the spell checker control.

See Also