TdxRichEditControlSelectAll Class
In This Article
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
See Also