TdxSpellCheckerOutlookCheckMode Members
The Outlook-style checking mode.Constructors
| Name | Description |
|---|---|
| Create(TdxCustomSpellChecker,IdxSpellCheckerAdapter) | Initializes a new instance of the TdxSpellCheckerCustomCheckMode class with specified settings. Inherited from TdxSpellCheckerCustomCheckMode. |
| Create(TdxCustomSpellChecker) | Initializes a new instance of the TdxSpellCheckerAbstractCheckMode class with specified settings. Inherited from TdxSpellCheckerAbstractCheckMode. |
Properties
| Name | Description |
|---|---|
| LastCode | Returns the last checking action’s status. Inherited from TdxSpellCheckerAbstractCheckMode. |
| MisspelledWord | Returns the misspelled word found after the most recent checking action performed by the GetNextMisspelledWord function. Inherited from TdxSpellCheckerAbstractCheckMode. |
| SpellChecker | Returns the spell checker. Inherited from TdxSpellCheckerAbstractCheckMode. |
Methods
| 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