| 
       << Click to display table of contents >> 
     | 
    
TrvActionSelectAll is the action for "Edit | Select All" command.
Unit RichViewActions;
Syntax
TrvActionSelectAll = class(TrvAction)
TObject TPersistent TComponent TBasicAction TContainedAction TCustomAction TAction  | 
Description
This action selects the whole document (calls TCustomRichViewEdit.SelectAll).
This action does not introduce any new properties in addition to properties of TrvAction.