vcl-dxspellchecker-dot-tdxcustomspellchecker-dot-underscore-members.md
The base class for the TdxSpellChecker component.
| Name | Description |
|---|---|
| Create(TComponent) | Inherited from TComponent. |
| Name | Description |
|---|---|
| ActiveDictionaries | Provides indexed access to active dictionaries. |
| ActiveDictionaryCount | Returns the number of active dictionaries. |
| AutoCorrectOptions | Specifies the AutoCorrect checking mode’s options. |
| AutoLoadDictionaries | Specifies whether the spell checker loads dictionaries automatically. |
| CheckAsYouTypeOptions | Specifies the Check As You Type checking mode’s options. |
| CheckMode | Returns the spell checker’s user interface mode. |
| ComObject | Inherited from TComponent. |
| ComponentCount | Inherited from TComponent. |
| ComponentIndex | Inherited from TComponent. |
| Components | Inherited from TComponent. |
| ComponentState | Inherited from TComponent. |
| ComponentStyle | Inherited from TComponent. |
| DesignInfo | Inherited from TComponent. |
| DialogLookAndFeel | Specifies look and feel settings for built-in dialogs. |
| Dictionaries | Provides indexed access to dictionaries stored in the DictionaryItems collection. |
| DictionaryCount | Returns the number of dictionaries in the DictionaryItems collection. |
| DictionaryItems | A collection of dictionaries. |
| EnabledDictionaries | Provides indexed access to enabled dictionaries. |
| EnabledDictionaryCount | Returns the number of the currently enabled dictionaries. |
| MetaphoneDistance | Specifies the distance between the misspelled and suggested words. |
| Name | Inherited from TComponent. |
| Observers | Inherited from TComponent. |
| Owner | Inherited from TComponent. |
| SpellingFormType | Specifies the Spelling dialog‘s style. |
| SpellingOptions | Specifies spell-checking options. |
| Tag | Inherited from TComponent. |
| ThreadedLoadPriority | |
| UserDictionaries | Provides indexed access to user-defined dictionaries. |
| UserDictionaryCount | Returns the number of user-defined dictionaries. |
| UseThreadedLoad | Specifies whether dictionaries are to be loaded in a separate thread. |
| VCLComObject | Inherited from TComponent. |
| Name | Description |
|---|---|
| OnAddWord protected | Enables you to control how words are added to user-defined dictionaries. |
| OnAfterCheck protected | Allows you to perform post-processing after the spell checker has completed the spell-checking process. |
| OnAutoCorrect protected | Enables you to specify how the automatic correction is applied. |
| OnAutoCorrectFinish protected | Enables you to perform specific actions after the AutoCorrect checking is complete in a text-editing control. |
| OnAutoCorrectStart protected | Enables you to perform specific actions before the AutoCorrect checking starts in a text-editing control. |
| OnBeforeCheck protected | Allows you to perform pre-processing before the spell checker begins the error check. |
| OnCheckAsYouTypeFinish protected | Enables you to perform specific actions after the Check As You Type checking is complete in a text-editing control. |
| OnCheckAsYouTypePopup protected | Allows you to perform specific actions after the context menu has been invoked. |
| OnCheckAsYouTypeStart protected | Enables you to perform specific actions before the Check As You Type checking starts in a text-editing control. |
| OnCheckControlInContainer protected | Enables you to prohibit the contents of individual child controls from being spell checked in a container or optionally cancel the spell check. |
| OnCheckWord protected | Allows you to manually determine if a word is misspelled. |
| OnEnabledDictionariesLoaded protected | Fires when the threaded load of enabled dictionaries has been completed. |
| OnGetSuggestions protected | Allows you to perform specific actions when the list of suggestions is being obtained. |
| OnSpellingComplete protected | Allows you to provide a custom behavior after the spell check has been completed. |
See Also