Search
FlowChart.Undo Method
See Also
 



( a feature of FlowChartX Pro edition)

Undoes an operation recorded in the undo/redo queue.

 Syntax

VB6  Copy Code

Public Sub Undo ()

C++  Copy Code

public:
void Undo ()

 Remarks

Undoes the last recorded modification of flowchart document. If the history-queue is empty, nothing happens and no error is returned. You can find out if there's recorded action in the queue that can be undone, using UndoPossible method. After an operation is undone, it can be re-done again using the Redo method.

 See Also