TdxSpellCheckerAbstractCheckMode Members
The base class for classes that manage options for checking modes.Constructors
| Name | Description |
|---|---|
| Create(TdxCustomSpellChecker) | Initializes a new instance of the TdxSpellCheckerAbstractCheckMode class with specified settings. |
Properties
| Name | Description |
|---|---|
| LastCode | Returns the last checking action’s status. |
| MisspelledWord | Returns the misspelled word found after the most recent checking action performed by the GetNextMisspelledWord function. |
| SpellChecker | Returns the spell checker. |
Methods
| Name | Description |
|---|---|
| Assign(TPersistent) | Inherited from TPersistent. |
| AssignTo(TPersistent) | Inherited from TPersistent. |
| Equals(TObject) | Inherited from TObject. |
| GetHashCode | Inherited from TObject. |
| GetNamePath | Inherited from TPersistent. |
| GetNextMisspelledWord | Searches for the next misspelled word. |
| GetOwner | Inherited from TPersistent. |
| QueryInterface(TGUID,Untyped) | Inherited from TInterfacedPersistent. |
| Skip | |
| ToString | Inherited from TObject. |
See Also