TdxSpreadSheetHistory Methods
Stores and manages the undo and redo action lists in spreadsheet controls.
Name | Description |
---|---|
Add |
Records the specified change command. |
Assign |
Inherited from TPersistent. |
Assign |
Inherited from TPersistent. |
Begin |
Locks the action history and starts to record a series of document changes as a single history action. |
Can |
Identifies if you can record new history actions. |
Clear | Clears the undo and redo action lists. |
End |
Adds a recorded series of document changes to the undo list as a single action and unlocks the action history. |
Equals |
Inherited from TObject. |
Get |
Inherited from TObject. |
Get |
Inherited from TPersistent. |
Get |
Inherited from TPersistent. |
Lock | Protects the history action lists from changes until an Unlock procedure call. |
Query |
Inherited from TInterfaced |
Redo |
Reapplies one or more previously undone actions to the opened document. |
To |
Inherited from TObject. |
Undo |
Reverses the effects of one or more actions made in the opened spreadsheet document. |
Unlock | Restores the spreadsheet control’s capability to save new history actions after a Lock procedure call. |
See Also