Skip to main content

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.

See Also