allcaps TrvActionFontAllCaps

Properties   Methods

<< Click to display table of contents >>

allcaps TrvActionFontAllCaps

Properties   Methods

TrvActionFontAllCaps is the action for "All Capitals" command.

Unit RichViewActions;

Syntax

TrvActionFontAllCaps = class(TrvActionFontStyleEx)

hmtoggle_arrow1Hierarchy

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:

TrvActionCharCase