TdxUndoRedoManager Methods
The TdxUndoRedoManager class provides the undo and redo capabilities for the layout control.
Name | Description |
---|---|
Assign |
Inherited from TPersistent. |
Assign |
Inherited from TPersistent. |
Can |
Returns whether the last undo operation can be reapplied using the Redo method. |
Can |
Returns whether the last operation can be undone using the Undo method. |
Clear | Deletes information about all redo and undo operations. |
Equals |
Inherited from TObject. |
Get |
Inherited from TObject. |
Get |
Inherited from TPersistent. |
Get |
Inherited from TPersistent. |
Redo | Redoes the last undo operation. |
To |
Inherited from TObject. |
Undo | Undoes the last operation. |
See Also