 TrvActionFontAllCaps
 TrvActionFontAllCaps| << Click to display table of contents >> 
 | 
TrvActionFontAllCaps is the action for "All Capitals" command.
Unit RichViewActions;
Syntax
TrvActionFontAllCaps = class(TrvActionFontStyleEx)
| TObject TPersistent TComponent TBasicAction TContainedAction TCustomAction TAction | 
Description
This action does not introduce any new properties in addition to properties of TrvAction.
This action converts the selected fragment to upper case characters (toggle). It adds/removes rvfsAllCaps in StyleEx property for styles of all selected text items, without changing the actual text.
This is a checkbox-like action, its Checked property is updated depending on the state of selection (or the current text style).
See also: