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