Skip to main content

TdxSpreadSheetRedo Class

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

Declaration

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:

See Also