IListBox.TabWidth

Syntax

TabWidth: Integer;

Description

The TabWidth property determines width of the tabulation character.

Comments

Width of the tabulation character is determined in spaces. The TabWidth property is set to 0 by default, tabulation character width corresponds to the width used in operating system.

Example

See also:

IListBox