TdxUndoRedoManager.CanRedo Method
Returns whether the last undo operation can be reapplied using the Redo method.
Declaration
function CanRedo: Boolean;
Returns
Type |
---|
Boolean |
Remarks
The CanRedo method returns True, if the last undo operation can be redone.
See Also