AddWordToUserDictionary(string)
|
Adds a word to a user-defined dictionary.
|
Assign(TPersistent)
|
|
AssignTo(TPersistent)
|
|
BeginInvoke(TAsyncConstArrayFunctionEvent,Untyped[],TObject)
|
|
BeginInvoke(TAsyncConstArrayProc,Untyped[],TObject)
|
|
BeginInvoke(TAsyncConstArrayProcedureEvent,Untyped[],TObject)
|
|
BeginInvoke(TAsyncFunctionEvent,TObject)
|
|
BeginInvoke(TAsyncProcedureEvent,TObject)
|
|
BeginInvoke(TProc,TObject)
|
|
BeginInvoke<TResult>(TAsyncConstArrayFunc<TResult>,Untyped[],TObject)
|
|
BeginInvoke<TResult>(TFunc<TResult>,TObject)
|
|
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.
|
DestroyComponents
|
|
Destroying
|
|
EndFunctionInvoke(IAsyncResult)
|
|
EndInvoke(IAsyncResult)
|
|
EndInvoke<TResult>(IAsyncResult)
|
|
Equals(TObject)
|
|
ExecuteAction(TBasicAction)
|
|
FindComponent(String)
|
|
FindDictionaryByWord(string)
|
Searches for the first dictionary (that contains AWord) in the ActiveDictionaries collection.
|
FindFirstEnabledUserDictionary
|
Searches for the first enabled user-defined dictionary in the UserDictionaries collection.
|
FreeNotification(TComponent)
|
|
FreeOnRelease
|
|
GetChildren(TGetChildProc,TComponent)
|
|
GetHashCode
|
|
GetNamePath
|
|
GetOwner
|
|
GetParentComponent
|
|
GetSuggestions(string)
|
Obtains suggested corrections for the misspelled AWord.
|
GetTwoWordsDistance(string,string)
|
Returns a distance between two words.
|
HasEnabledUserDictionary
|
Checks whether the spell checker owns a custom dictionary.
|
HasParent
|
|
HasWordInDictionaries(string)
|
Checks whether AWord is contained in active dictionaries.
|
InsertComponent(TComponent)
|
|
IsImplementorOf(IInterface)
|
|
IsValidWord(AnsiString)
|
Checks whether AWord is correct.
|
IsValidWord(string)
|
|
LoadDictionaries(Boolean)
|
Loads dictionaries into the memory from dictionary files.
|
Loaded
|
|
Notification(TComponent,TOperation)
|
|
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)
|
|
RemoveComponent(TComponent)
|
|
RemoveFreeNotification(TComponent)
|
|
SetParentComponent(TComponent)
|
|
SetSubComponent(Boolean)
|
|
ShowSpellingCompleteMessage
|
Invokes the The spelling check is complete dialog.
|
ToString
|
|
UnloadDictionaries
|
Unloads dictionaries from the memory.
|
UpdateAction(TBasicAction)
|
|