|
Top Previous Next |
|
TrvActionSelectAll is the action for "Edit | Select All" command. Unit RichViewActions; Syntax TrvActionSelectAll = class(TrvAction) Hierarchy 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. |