IDebug.IndentSize

Syntax

IndentSize: Integer;

Description

The IndentSize property determines the size of one indent.

Comments

Step is set in spaces. The total indent is determined, using the formula IndentLevel*IndentSize. The default property value is four spaces.

Example

The property use is given in the example for IDebug.Indent.

See also:

IDebug