Undo

Methods

Method Description
TXTextControl.TextControl.BeginUndoAction Begins a user-defined undo operation.
TXTextControl.TextControl.ClearUndo Clears the undo buffer of the Text Control.
TXTextControl.TextControl.EndUndoAction Ends a user-defined undo operation.
TXTextControl.TextControl.Redo Redoes the last Text Control operation.
TXTextControl.TextControl.Undo Undoes the last edit operation in the Text Control.

Properties

Property Description
TXTextControl.TextControl.AllowUndo Gets or sets a value indicating whether the undo buffer is active or not.
TXTextControl.TextControl.CanRedo Informs whether an operation can be re-done using the Redo method.
TXTextControl.TextControl.CanUndo Gets a value indicating whether the user can undo the previous operation in a Text Control.
TXTextControl.TextControl.RedoActionName Gets a string that represents the name of the action that will be performed when a call to the Redo method is made.
TXTextControl.TextControl.UndoActionName Gets a string that represents the name of the action that will be performed when a call to the Undo method is made.