(
a feature of FlowChartX Pro edition)
Removes all records from the undo/redo queue.
SyntaxVB6
Copy Code
|
|---|
Public Sub ClearUndoBuffer () |
C++
Copy Code
|
|---|
public: |
RemarksClears the undo-history queue. After this operation no previous modifications can be undone or redone. You could use this method if you want to forbid the user from undoing a programmatic action, such as creation of an object, which is automatically recorded in the history queue.
See Also