Sets a value indicating whether spell checking is active or not.
Introduced: X18.
<void> TXTextControl.setIsSpellCheckingEnabled(<boolean> enable, [<EmptyRequestCallback> callback], [<ErrorCallback> errorCallback])| Parameter | Description |
|---|---|
| enable | Specifies whether spell checking is active or not. |
| callback | Optional. Is called when the operation completed. |
| error |
Optional. Is called when the operation failed with an error. |