(
a feature of FlowChartX Pro edition)
Determines whether there is an operation in the undo/redo queue that can be undone.
SyntaxVB6
Copy Code
|
|---|
Public Function UndoPossible () As Boolean |
C++
Copy Code
|
|---|
public: |
true if there is an operation recorded in the history-queue that can be undone; false if Undo cannot be performed.
See Also