IDebug.IndentLevel

Syntax

IndentLevel: Integer;

Description

The IndentLevel property determines the indent level in the development environment console.

Comments

The total indent is determined, using the formula IndentLevel*IndentSize.

Example

The example of use is given in description of the IDebug.Indent method.

See also:

IDebug