indentdec TrvActionIndentDec

Properties   Methods

<< Click to display table of contents >>

indentdec TrvActionIndentDec

Properties   Methods

TrvActionIndentDec is the action for "Decrease Indent" command.

Unit RichViewActions;

Syntax

TrvActionIndentDec = class(TrvActionIndent)

hmtoggle_arrow1Hierarchy

Description

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

The action does not allow changing the paragraph indent to a negative value. If TCustomRichViewEdit.LeftMargin+LeftIndent+FirstIndent becomes negative, the action changes FirstIndent to -TCustomRichViewEdit.LeftMargin-LeftIndent (for right-to-left paragraphs, these formulas use RightIndent instead).