TTMSFNCUndoManager.PushState Method
Captures the current object state as a new undo entry; any states ahead of the current position are discarded.
API unit family: TMSFNCUndo
Declaring type: TTMSFNCUndoManager
Syntax
procedure PushState(const AActionName: string);
Parameters
| Name | Description |
|---|---|
AActionName |
Label for the action, displayed in undo/redo UI. |