TXTextControl.TabType Property

Determines the type of a certain tab. The tab number must have previously been determined with the TabCurrent property.

Syntax

TXTextControl.TabType [= value]
Setting Description
1 Left tab.
2 Right tab.
3 Centered tab.
4 Decimal tab.
5 Right tab at the right most text position. For this type any position set with the TabPos property is ignored.

Data Types

Integer.

See Also