Skip to main content
A newer version of this page is available. .

TdxRichEditControlUndo Class

An action object that corresponds to the Undo command provided by the Rich Edit control.

Declaration

TdxRichEditControlUndo = class(
    TdxRichEditControlAction
)

Remarks

This class does not introduce any new public members. Executing a TdxRichEditControlUndo action object cancels the last change applied to the active document’s content.

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

To localize the caption and hint displayed by UI elements linked to a TdxRichEditControlUndo action object, use the sdxRichEditCommandUndoMenuCaption and sdxRichEditCommandUndoDescription resource strings, respectively.

See Also