Back to Devexpress

TdxUndoRedoManager.Undo Method

vcl-dxlayoutcontainer-dot-tdxundoredomanager.md

latest1.1 KB
Original Source

TdxUndoRedoManager.Undo Method

Undoes the last operation.

Declaration

delphi
procedure Undo;

Remarks

Prior to invoking the Undo method, make certain that undo operations are available. For this purpose, use the CanUndo method.

See Also

TdxUndoRedoManager.CanRedo

TdxUndoRedoManager.CanUndo

TdxUndoRedoManager.Clear

TdxUndoRedoManager.Redo

TdxUndoRedoManager.RedoCount

TdxUndoRedoManager.UndoCount

How to Undo/Redo Layout Changes Made at Runtime

TdxUndoRedoManager Class

TdxUndoRedoManager Members

dxLayoutContainer Unit