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, RedoRemoveAction(12) removes only AddElement actions from the redo 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, RedoRemoveAction(12,1) removes only the last AddElement action from the redo stack |
The records of the Undo/Redo queue may contain actions in the following format:
Also, the Undo/Redo queue may include: