(
a feature of FlowChartX Pro edition)
Undoes an operation recorded in the undo/redo queue.
SyntaxVB6
Copy Code
|
|---|
Public Sub Undo () |
C++
Copy Code
|
|---|
public: |
RemarksUndoes 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