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