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

TdxRichEditControlSelectAll Class

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

Declaration

TdxRichEditControlSelectAll = class(
    TdxRichEditControlAction
)

Remarks

This class does not introduce any new public members. Executing a TdxRichEditControlSelectAll action object selects the entire content of the current document.

To localize the caption and hint displayed by UI elements linked to a TdxRichEditControlSelectAll action object, use the sdxRichEditCommandSelectAllMenuCaption and sdxRichEditCommandSelectAllDescription resource strings, respectively.

See Also