TdxUndoRedoManager Members
The TdxUndoRedoManager class provides the undo and redo capabilities for the layout control.Constructors
Name | Description |
---|---|
Create(TdxLayoutContainer) | Initializes a new instance of the TdxUndoRedoManager class with specified settings. |
Properties
Name | Description |
---|---|
Container | |
RedoCount protected | Returns the number of available redo operations. |
UndoCount protected | Returns the number of available undo operations. |
Methods
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