Skip to main content

TdxSpellCheckerOutlookCheckMode Methods

The Outlook-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.
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