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

In This Article

Fires when the threaded load of enabled dictionaries has been completed.

#Declaration

Delphi
property OnEnabledDictionariesLoaded: TdxSpellCheckerEvent read; write;

#Remarks

Fires after all enabled dictionaries have been loaded using multiple threads (the multithreaded execution is performed, if the spell checker’s UseThreadedLoad property is True).

The OnEnabledDictionariesLoaded event doesn’t fire if loading is performed in the application’s main thread.

You can use this event to inform an end-user that the spell checker is now ready.

Sender specifies the spell checker that loads dictionaries.

See Also