Back to Devexpress

TdxCustomSpellChecker Methods

vcl-dxspellchecker-dot-tdxcustomspellchecker-dot-underscore-methods.md

latest12.4 KB
Original Source

TdxCustomSpellChecker Methods

The base class for the TdxSpellChecker component.

NameDescription
AddWordToUserDictionary(string)Adds a word to a user-defined dictionary.
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)
Check(string)
Check(WideString)
Check(TWinControl)Checks spelling in an arbitrary string or an editor.
CheckContainer(TWinControl,Boolean)Checks spelling in text-editing controls placed onto the container.
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.
DestroyComponentsInherited from TComponent.
DestroyingInherited 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.
FindFirstEnabledUserDictionarySearches for the first enabled user-defined dictionary in the UserDictionaries collection.
FreeNotification(TComponent)Inherited from TComponent.
FreeOnReleaseInherited from TComponent.
GetChildren(TGetChildProc,TComponent)Inherited from TComponent.
GetHashCodeInherited from TObject.
GetNamePathInherited from TPersistent.
GetOwnerInherited from TPersistent.
GetParentComponentInherited from TComponent.
GetSuggestions(string)Obtains suggested corrections for the misspelled AWord.
GetTwoWordsDistance(string,string)Returns a distance between two words.
HasEnabledUserDictionaryChecks whether the spell checker owns a custom dictionary.
HasParentInherited from TComponent.
HasWordInDictionaries(string)Checks whether AWord is contained in active dictionaries.
InsertComponent(TComponent)Inherited from TComponent.
IsImplementorOf(IInterface)Inherited from TComponent.
IsValidWord(AnsiString)Checks whether AWord is correct.
IsValidWord(string)
LoadDictionaries(Boolean)Loads dictionaries into the memory from dictionary files.
LoadedInherited 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.
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.
ShowSpellingCompleteMessageInvokes the The spelling check is complete dialog.
ToStringInherited from TObject.
UnloadDictionariesUnloads dictionaries from the memory.
UpdateAction(TBasicAction)Inherited from TComponent.

See Also

TdxCustomSpellChecker Class

TdxCustomSpellChecker Members

dxSpellChecker Unit