TrvActionIndentInc

Properties

<< Click to display table of contents >>

TrvActionIndentInc

Properties

TrvActionIndentInc – an action that increases the indent of the selected paragraphs in the editor.

Unit FMX.RV.Actions;

Syntax

TrvActionIndentInc = class (TrvActionParaStyles)

hmtoggle_arrow1Hierarchy

Description

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

The maximum indent is specified by ControlPanel.EditHelper.IndentMax.

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.IndentInc.