Skip to main content

TdxUndoRedoManager.CanUndo Method

Returns whether the last operation can be undone using the Undo method.

Declaration

function CanUndo: Boolean;

Returns

Type
Boolean

Remarks

The CanUndo method returns True, if the last operation can be undone.

See Also