Back to Devexpress

TdxSpreadSheetUndo Class

vcl-dxspreadsheetactions-e7241049.md

latest2.9 KB
Original Source

TdxSpreadSheetUndo Class

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

Declaration

delphi
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:

Inheritance

Show 12 items

TObject TPersistent TComponent TBasicAction TContainedAction TCustomAction TAction TdxBasicAction TdxCustomAction TdxSpreadSheetAction TdxSpreadSheetCustomEditAction TdxSpreadSheetUndo

See Also

TdxSpreadSheetRedo Class

TdxSpreadSheetHistory Class

TdxSpreadSheetHistory.Undo Procedure

TdxSpreadSheetUndo Members

dxSpreadSheetActions Unit