style-inspector TrvActionStyleInspector

Properties   Methods   Events

<< Click to display table of contents >>

style-inspector TrvActionStyleInspector

Properties   Methods   Events

TrvActionStyleInspector is the action for "Format | Style Inspector" command.

Unit RichViewActions;

Syntax

TrvActionCustomInfoWindow = class(TrvAction);

TrvActionStyleInspector = class(TrvActionCustomInfoWindow);

hmtoggle_arrow1Hierarchy

Description

This action shows/hides a non-modal window containing information about text and paragraph styles and attributes at the position of the caret.

Assign Control property of this action, and the info window will be updated automatically according to changes in Control. When the action is executed for some editor, the action automatically assign this editor to Control.

You can customize the appearance of the info window using Images, FontImageIndex and ParaImageIndex properties.