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 property use is given in the example for IDebug.Indent.

See also:

IDebug