IndentSize: Integer;
The IndentSize property determines the size of one indent.
Step is set in spaces. The total indent is determined, using the formula IndentLevel*IndentSize. The default property value is four spaces.
The example of use is given in description of the IDebug.Indent method.
See also: