Type | Description | |||
Action as Variant |
[optional] A long expression that specifies the action being remove. If missing
or -1, all actions are removed.
The Action parameter can be one of the following:
For instance, UndoRemoveAction(12) removes only AddEvent actions from the undo stack. | |||
Count as Variant | [optional] A long expression that indicates the number of actions to remove. If missing or -1, all actions are removed. For instance, UndoRemoveAction(12,1) removes only the last AddEvent action from the undo stack |
The records of the Undo/Redo queue may contain actions in the following format:
Also, the Undo/Redo queue may include: