<< Click to display table of contents >> TrvActionStyleInspector |
TrvActionStyleInspector is the action for "Format | Style Inspector" command.
Unit RichViewActions;
Syntax
TrvActionCustomInfoWindow = class(TrvAction);
TrvActionStyleInspector = class(TrvActionCustomInfoWindow);
TObject TPersistent TComponent TBasicAction TContainedAction TCustomAction TAction |
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.