(
a feature of FlowChartX Pro edition)
Stops tracking modifications made to the table and adds a modification record to the undo queue.
SyntaxVB6
Copy Code
|
|---|
Public Sub EndUndoRecord () |
C++
Copy Code
|
|---|
public: |
RemarksRecords in the undo-history a group of property modifications, enclosed by this method and a previous call to BeginUndoRecord. You should always match EndUndoRecord with exactly one call to BeginUndoRecord, nesting of Begin/End pairs is not supported. You should avoid deleting or adding arrows to the object while recording is active. Adding or deleting arrows is recorded automatically in the undo-history.
See Also