Back to Devexpress

TdxSpreadSheetRedo Class

vcl-dxspreadsheetactions-ff91440a.md

latest3.0 KB
Original Source

TdxSpreadSheetRedo Class

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

Declaration

delphi
TdxSpreadSheetRedo = class(
    TdxSpreadSheetCustomEditAction
)

Remarks

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

UI elements linked to a TdxSpreadSheetRedo 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 TdxSpreadSheetRedo

See Also

TdxSpreadSheetHistory Class

TdxSpreadSheetHistory.Redo Procedure

TdxSpreadSheetRedo Members

dxSpreadSheetActions Unit