Type | Description | |||
Action as Variant |
[optional] A long expression that specifies the action being removed. If missing
or -1, all actions are removed from the undo queue.
The Action parameter can be one of the following:
For instance, UndoRemoveAction(13) removes only AddItem actions in the undo stack. | |||
Count as Variant | [optional] A long expression that indicates the number of actions to be removed. If missing or -1, all actions are removed. For instance, UndoRemoveAction(13,1) removes only the last AddItem 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: