Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxSpellCheckerWordCheckMode Methods
Show Inherited Hide Inherited

The Word-style checking mode.
Name Description
Add Adds a misspelled word found by the GetNextMisspelledWord method to a user-defined dictionary. Inherited from TdxSpellCheckerCustomCheckMode.
Assign(TPersistent) Inherited from TPersistent.
AssignTo(TPersistent) Inherited from TPersistent.
CanUndo Checks whether the most recent checking action can be cancelled. Inherited from TdxSpellCheckerCustomCheckMode.
Change(string) Changes a misspelled word with AWord. Inherited from TdxSpellCheckerCustomCheckMode.
ChangeAll(string) Maps a misspelled word to the corresponding AWord. Inherited from TdxSpellCheckerCustomCheckMode.
ChangeSentence(string) Replaces a misspelled sentence specified by the MisspelledSentence property.
Delete Deletes a misspelled word specified by the MisspelledWord property. Inherited from TdxSpellCheckerCustomCheckMode.
DeleteAll Marks a misspelled word specified by the MisspelledWord property as a word to be deleted in next checking actions. Inherited from TdxSpellCheckerCustomCheckMode.
Equals(TObject) Inherited from TObject.
GetHashCode Inherited from TObject.
GetNamePath Inherited from TPersistent.
GetNextMisspelledWord Searches for the next misspelled word. Inherited from TdxSpellCheckerCustomCheckMode.
GetOwner Inherited from TPersistent.
GetSuggestions(string) Obtains suggested corrections for the misspelled AWord. Inherited from TdxSpellCheckerCustomCheckMode.
Ignore Skips a misspelled word specified by the MisspelledWord property. Inherited from TdxSpellCheckerCustomCheckMode.
IgnoreAll Marks a misspelled word specified by the MisspelledWord property as a word to be skipped in next checking actions. Inherited from TdxSpellCheckerCustomCheckMode.
QueryInterface(TGUID,Untyped) Inherited from TInterfacedPersistent.
ShowDialog Invokes the Spelling dialog used by end-users for spelling corrections. Inherited from TdxSpellCheckerDialogCheckMode.
Skip Inherited from TdxSpellCheckerAbstractCheckMode.
ToString Inherited from TObject.
UndoLast Cancels the last checking action performed over a misspelled word specified by the MisspelledWord property. Inherited from TdxSpellCheckerCustomCheckMode.
See Also