TdxSpellCheckerReplacement Members
An entry that contains a word to be replaced and its corresponding replacement.Constructors
| Name | Description |
|---|---|
| Create(string,string) | Initializes a new instance of the TdxSpellCheckerReplacement class with specified settings. |
Properties
| Name | Description |
|---|---|
| Replacement | Returns a replacement for the word specified by the Text property. |
| Text | Returns a word to be replaced with the corresponding string specified by the Replacement property. |
Methods
| Name | Description |
|---|---|
| ChangeReplacement(string) | Changes the current replacement with the specified text. |
| Equals(TObject) | Inherited from TObject. |
| GetHashCode | Inherited from TObject. |
| ToString | Inherited from TObject. |
See Also