Skip to main content

TdxSpellChecker Methods

The spell checker component.
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.
See Also