allcaps TrvActionFontAllCaps

Properties

Top  Previous  Next

TrvActionFontAllCaps is the action for "All Capitals" command.

Unit RichViewActions;

Syntax

TrvActionFontAllCaps = class(TrvActionFontStyleEx)

Hierarchy

TObject

TPersistent

TComponent

TBasicAction

TContainedAction

TCustomAction

TAction

TrvCustomAction

TrvAction

TrvActionTextStyles

TrvActionFontStyleEx

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


RichView © Sergey Tkachenko