Skip to main content

TdxSpreadSheetHistory.UndoActionCount Property

Returns the number of actions that you can undo in the opened document.

Declaration

property UndoActionCount: Integer read;

Property Value

Type
Integer

Remarks

Use this property to obtain the number of actions in the UndoActions list.

Note

The maximum UndoActionCount property value equals the MaxActionCount property value if it is positive. Otherwise – the undo action list has no maximum size.

See Also