Sets whether the control characters are visible or not.
Introduced: X18.
<void> TXTextControl.setControlChars(<boolean> controlChars, [<EmptyRequestCallback> callback], [<ErrorCallback> errorCallback])
Parameter | Description |
---|---|
control |
Specifies if control characters are visible or not. |
callback | Optional. Is called when the operation completed. |
error |
Optional. Is called when the operation failed with an error. |