TXTextControl.IncreaseIndent Method

Increases the left indent of all paragraphs contained in the current text selection. If no text is selected, this method increases the left indent at the text input position. Left indent positions are defined through the paragraphs' tab positions and the indents of the paragraphs in front and behind the paragraph with the text input position.

Introduced: 16.0.

Syntax

TXTextControl.IncreaseIndent

Return Value

The return value is True, if at least one indent could be changed. It is False, if the maximum value has been reached.

Data Types

Return value: Boolean

See Also