Skip to main content

TdxSpreadSheetUndo Class

An action object that implements the Undo end-user command in spreadsheet-based applications.

Declaration

TdxSpreadSheetUndo = class(
    TdxSpreadSheetCustomEditAction
)

Remarks

This class does not introduce any new public members. Its overridden Execute function cancels the last action in the opened spreadsheet document.

UI elements linked to a TdxSpreadSheetUndo action object are enabled only if the following conditions are met:

See Also