Gets a string that represents the name of the action that will be performed when a call to the redo method is made.
Introduced: X18.
<void> TXTextControl.getRedoActionName(<RequestStringCallback> callback, [<ErrorCallback> errorCallback])
Parameter | Description |
---|---|
callback | Receives the name of the action that will be performed. |
error |
Optional. Is called when the operation failed with an error. |