Skip to main content

TdxSpellChecker Members

The spell checker component.

Constructors

Name Description
Create(TComponent) Inherited from TComponent.

Properties

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.

Methods

Name Description
AddWordToUserDictionary(string) Adds a word to a user-defined dictionary. Inherited from TdxCustomSpellChecker.
Assign(TPersistent) Inherited from TPersistent.
AssignTo(TPersistent) Inherited from TPersistent.
BeginInvoke(TAsyncConstArrayFunctionEvent,Untyped[],TObject) Inherited from TComponent.
BeginInvoke(TAsyncConstArrayProc,Untyped[],TObject) Inherited from TComponent.
BeginInvoke(TAsyncConstArrayProcedureEvent,Untyped[],TObject) Inherited from TComponent.
BeginInvoke(TAsyncFunctionEvent,TObject) Inherited from TComponent.
BeginInvoke(TAsyncProcedureEvent,TObject) Inherited from TComponent.
BeginInvoke(TProc,TObject) Inherited from TComponent.
BeginInvoke<TResult>(TAsyncConstArrayFunc<TResult>,Untyped[],TObject) Inherited from TComponent.
BeginInvoke<TResult>(TFunc<TResult>,TObject) Inherited from TComponent.
Check(AnsiString) Inherited from TdxCustomSpellChecker.
Check(string) Inherited from TdxCustomSpellChecker.
Check(WideString) Inherited from TdxCustomSpellChecker.
Check(TWinControl) Checks spelling in an arbitrary string or an editor. Inherited from TdxCustomSpellChecker.
CheckContainer(TWinControl,Boolean) Checks spelling in text-editing controls placed onto the container. Inherited from TdxCustomSpellChecker.
ClearIgnoreOnceList(TWinControl) Clears a list of words ignored by an end-user using the Ignore context menu item or the Ignore button in the Spelling dialog. Inherited from TdxCustomSpellChecker.
DestroyComponents Inherited from TComponent.
Destroying Inherited from TComponent.
EndFunctionInvoke(IAsyncResult) Inherited from TComponent.
EndInvoke(IAsyncResult) Inherited from TComponent.
EndInvoke<TResult>(IAsyncResult) Inherited from TComponent.
Equals(TObject) Inherited from TObject.
ExecuteAction(TBasicAction) Inherited from TComponent.
FindComponent(String) Inherited from TComponent.
FindDictionaryByWord(string) Searches for the first dictionary (that contains AWord) in the ActiveDictionaries collection. Inherited from TdxCustomSpellChecker.
FindFirstEnabledUserDictionary Searches for the first enabled user-defined dictionary in the UserDictionaries collection. Inherited from TdxCustomSpellChecker.
FreeNotification(TComponent) Inherited from TComponent.
FreeOnRelease Inherited from TComponent.
GetChildren(TGetChildProc,TComponent) Inherited from TComponent.
GetHashCode Inherited from TObject.
GetNamePath Inherited from TPersistent.
GetOwner Inherited from TPersistent.
GetParentComponent Inherited from TComponent.
GetSuggestions(string) Obtains suggested corrections for the misspelled AWord. Inherited from TdxCustomSpellChecker.
GetTwoWordsDistance(string,string) Returns a distance between two words. Inherited from TdxCustomSpellChecker.
HasEnabledUserDictionary Checks whether the spell checker owns a custom dictionary. Inherited from TdxCustomSpellChecker.
HasParent Inherited from TComponent.
HasWordInDictionaries(string) Checks whether AWord is contained in active dictionaries. Inherited from TdxCustomSpellChecker.
InsertComponent(TComponent) Inherited from TComponent.
IsImplementorOf(IInterface) Inherited from TComponent.
IsValidWord(AnsiString) Checks whether AWord is correct. Inherited from TdxCustomSpellChecker.
IsValidWord(string) Inherited from TdxCustomSpellChecker.
LoadDictionaries(Boolean) Loads dictionaries into the memory from dictionary files. Inherited from TdxCustomSpellChecker.
Loaded Inherited from TComponent.
Notification(TComponent,TOperation) Inherited from TComponent.
PopulateLanguages(TStrings) Populates strings with the language names of all dictionaries (except for user-defined dictionaries) contained in the spell checker’s DictionaryItems collections. Inherited from TdxCustomSpellChecker.
ReferenceInterface(IInterface,TOperation) Inherited from TComponent.
RemoveComponent(TComponent) Inherited from TComponent.
RemoveFreeNotification(TComponent) Inherited from TComponent.
SetParentComponent(TComponent) Inherited from TComponent.
SetSubComponent(Boolean) Inherited from TComponent.
ShowSpellingCompleteMessage Invokes the The spelling check is complete dialog. Inherited from TdxCustomSpellChecker.
ToString Inherited from TObject.
UnloadDictionaries Unloads dictionaries from the memory. Inherited from TdxCustomSpellChecker.
UpdateAction(TBasicAction) Inherited from TComponent.

Events

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