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