TrvActionIndentDec

Properties

<< Click to display table of contents >>

TrvActionIndentDec

Properties

TrvActionIndentDec – an action that decreases the indent of the selected paragraphs in the editor.

Unit FMX.RV.Actions;

Syntax

TrvActionIndentDec = class (TrvActionParaStyles)

hmtoggle_arrow1Hierarchy

Description

Applying this action decreases the indent of the paragraphs selected in ControlPanel.Editor by ControlPanel.EditHelper.IndentStep. For left-to-right paragraphs, the left indent is decreased; for right-to-left paragraphs, the right indent is decreased.

The indent is not decreased beyond the document margin, taking into account possible paragraph borders and background fill margins.

For the state of this action (Enabled property) to be updated according to the contents of the selected text in the editor, the action must be placed in the TActionList component assigned to ControlPanel.ActionList.

Default value of the Image property: TRVButtonImageId.IndentDec.