TdxSpellCheckerCustomCheckMode Methods
The base class for classes that manage options for the Outlook-style and Word-style checking modes.Name | Description |
---|---|
Add | Adds a misspelled word found by the GetNextMisspelledWord method to a user-defined dictionary. |
Assign(TPersistent) | Inherited from TPersistent. |
AssignTo(TPersistent) | Inherited from TPersistent. |
CanUndo | Checks whether the most recent checking action can be cancelled. |
Change(string) | Changes a misspelled word with AWord. |
ChangeAll(string) | Maps a misspelled word to the corresponding AWord. |
Delete | Deletes a misspelled word specified by the MisspelledWord property. |
DeleteAll | Marks a misspelled word specified by the MisspelledWord property as a word to be deleted in next checking actions. |
Equals(TObject) | Inherited from TObject. |
GetHashCode | Inherited from TObject. |
GetNamePath | Inherited from TPersistent. |
GetNextMisspelledWord | Searches for the next misspelled word. |
GetOwner | Inherited from TPersistent. |
GetSuggestions(string) | Obtains suggested corrections for the misspelled AWord. |
Ignore | Skips a misspelled word specified by the MisspelledWord property. |
IgnoreAll | Marks a misspelled word specified by the MisspelledWord property as a word to be skipped in next checking actions. |
QueryInterface(TGUID,Untyped) | Inherited from TInterfacedPersistent. |
Skip | Inherited from TdxSpellCheckerAbstractCheckMode. |
ToString | Inherited from TObject. |
UndoLast | Cancels the last checking action performed over a misspelled word specified by the MisspelledWord property. |
See Also