Back to Devexpress

TdxRichEditControlSelectAll Class

vcl-dxrichedit-dot-actions-446cc391.md

latest1.6 KB
Original Source

TdxRichEditControlSelectAll Class

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

Declaration

delphi
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.

Inheritance

TObject TPersistent TComponent TBasicAction TContainedAction TCustomAction TAction TdxBasicAction TdxRichEditControlAction TdxRichEditControlSelectAll

See Also

TdxRichEditControlSelectAll Members

dxRichEdit.Actions Unit