 TrvActionCharCase
 TrvActionCharCase| << Click to display table of contents >> 
 | 
TrvActionCharCase is the action for "Character Case" command.
Unit RichViewActions;
Syntax
TrvActionCharCase = class(TrvAction)
| TObject TPersistent TComponent TBasicAction TContainedAction TCustomAction TAction | 
Description
The action changes character case in the selected fragment: "all lower case" → "all upper case" → "first letter in each word upper case" → "all lower case" → ...
This action does not introduce any new properties in addition to properties of TrvAction.
Limitation: this action cannot be applied to multicell selection in table.
See also:
•RVChangeCharCase, RVGetCharCase procedures.