Skip to main content

TdxCustomSpellChecker.OnEnabledDictionariesLoaded Event

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

Declaration

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