wordwrap TrvActionWordWrap

Properties   Methods

<< Click to display table of contents >>

wordwrap TrvActionWordWrap

Properties   Methods

TrvActionWordWrap is the action for "Word Wrap" command.

Unit RichViewActions;

Syntax

TrvActionWordWrap = class(TrvActionParaStyles)

hmtoggle_arrow1Hierarchy

Description

This action turns word wrapping on/off for the selected paragraphs. It excludes/includes rvpaoNoWrap from the Options property of styles of the selected paragraphs (RVStyle.ParaStyles[].Options).

This action does not introduce any new properties in addition to properties of TrvAction.

This is a checkbox-like action, its Checked property is updated depending on the current paragraph style (or selection).