TdxCustomSpellChecker.OnBeforeCheck Event
Allows you to perform pre-processing before the spell checker begins the error check.
Declaration
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