TabWidth Property

Applies to TestComplete 15.62, last modified on March 19, 2024

Specifies the tab characters' width in the component.

Declaration

componentObj.TabWidth
Read-Write Property Integer
componentObj     One of the user forms components listed in the Applies To section  

Applies To

The property applies to the following components:

TcxListBox

Description

The TabWidth property specifies the width of tab characters in the component's text. The tab width is measured in dialog base width units, which is the average width of characters in the current system font.

Property Value

An integer value that specifies the width of tabs in the component text, in dialog base width units. The default value is 0, which means that the tabs width is specified by Windows and equals two dialog base width units.

Highlight search results