Back to Devexpress

TdxCustomSpellChecker Members

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

latest21.8 KB
Original Source

TdxCustomSpellChecker Members

The base class for the TdxSpellChecker component.

Constructors

NameDescription
Create(TComponent)Inherited from TComponent.

Properties

NameDescription
ActiveDictionariesProvides indexed access to active dictionaries.
ActiveDictionaryCountReturns the number of active dictionaries.
AutoCorrectOptionsSpecifies the AutoCorrect checking mode’s options.
AutoLoadDictionariesSpecifies whether the spell checker loads dictionaries automatically.
CheckAsYouTypeOptionsSpecifies the Check As You Type checking mode’s options.
CheckModeReturns the spell checker’s user interface mode.
ComObjectInherited from TComponent.
ComponentCountInherited from TComponent.
ComponentIndexInherited from TComponent.
ComponentsInherited from TComponent.
ComponentStateInherited from TComponent.
ComponentStyleInherited from TComponent.
DesignInfoInherited from TComponent.
DialogLookAndFeelSpecifies look and feel settings for built-in dialogs.
DictionariesProvides indexed access to dictionaries stored in the DictionaryItems collection.
DictionaryCountReturns the number of dictionaries in the DictionaryItems collection.
DictionaryItemsA collection of dictionaries.
EnabledDictionariesProvides indexed access to enabled dictionaries.
EnabledDictionaryCountReturns the number of the currently enabled dictionaries.
MetaphoneDistanceSpecifies the distance between the misspelled and suggested words.
NameInherited from TComponent.
ObserversInherited from TComponent.
OwnerInherited from TComponent.
SpellingFormTypeSpecifies the Spelling dialog‘s style.
SpellingOptionsSpecifies spell-checking options.
TagInherited from TComponent.
ThreadedLoadPriority
UserDictionariesProvides indexed access to user-defined dictionaries.
UserDictionaryCountReturns the number of user-defined dictionaries.
UseThreadedLoadSpecifies whether dictionaries are to be loaded in a separate thread.
VCLComObjectInherited from TComponent.

Methods

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.

Events

NameDescription
OnAddWord protectedEnables you to control how words are added to user-defined dictionaries.
OnAfterCheck protectedAllows you to perform post-processing after the spell checker has completed the spell-checking process.
OnAutoCorrect protectedEnables you to specify how the automatic correction is applied.
OnAutoCorrectFinish protectedEnables you to perform specific actions after the AutoCorrect checking is complete in a text-editing control.
OnAutoCorrectStart protectedEnables you to perform specific actions before the AutoCorrect checking starts in a text-editing control.
OnBeforeCheck protectedAllows you to perform pre-processing before the spell checker begins the error check.
OnCheckAsYouTypeFinish protectedEnables you to perform specific actions after the Check As You Type checking is complete in a text-editing control.
OnCheckAsYouTypePopup protectedAllows you to perform specific actions after the context menu has been invoked.
OnCheckAsYouTypeStart protectedEnables you to perform specific actions before the Check As You Type checking starts in a text-editing control.
OnCheckControlInContainer protectedEnables you to prohibit the contents of individual child controls from being spell checked in a container or optionally cancel the spell check.
OnCheckWord protectedAllows you to manually determine if a word is misspelled.
OnEnabledDictionariesLoaded protectedFires when the threaded load of enabled dictionaries has been completed.
OnGetSuggestions protectedAllows you to perform specific actions when the list of suggestions is being obtained.
OnSpellingComplete protectedAllows you to provide a custom behavior after the spell check has been completed.

See Also

TdxCustomSpellChecker Class

dxSpellChecker Unit