Begins a user-defined undo operation. All editing and fomatting changes made between begin
Introduced: 30.0.
<void> TXTextControl.beginUndoAction(<string> actionName, [<EmptyRequestCallback> callback], [<ErrorCallback> errorCallback])
Parameter | Description |
---|---|
action |
Specifies the undo action's name. If an action name is not necessary, this parameter can be null or an empty string. |
callback | Optional. Is called when the operation completed. |
error |
Optional. Is called when the operation failed with an error. |