TdxUndoRedoManager Methods
The TdxUndoRedoManager class provides the undo and redo capabilities for the layout control.Name | Description |
---|---|
Assign(TPersistent) | Inherited from TPersistent. |
AssignTo(TPersistent) | Inherited from TPersistent. |
CanRedo | Returns whether the last undo operation can be reapplied using the Redo method. |
CanUndo | Returns whether the last operation can be undone using the Undo method. |
Clear | Deletes information about all redo and undo operations. |
Equals(TObject) | Inherited from TObject. |
GetHashCode | Inherited from TObject. |
GetNamePath | Inherited from TPersistent. |
GetOwner | Inherited from TPersistent. |
Redo | Redoes the last undo operation. |
ToString | Inherited from TObject. |
Undo | Undoes the last operation. |
See Also