Tab Width (TabWidth)
Width of all tabs in the widget, in character cells. By default, the tab size is based
on the length of the longest label,or the size of the default image. Value is a number; minimum is
5
cahracters.
"
TabWidth=
Number"
Usage
Dynamic? | Yes |
Supported in Grid? | No |
Dependencies: | Ignored if Justify is
True .Overrides the Fixed Tab Width. |
Using in ProcScript
You can use $properties or $fieldproperties to set or get the property and its value. For more information, see $properties and $fieldproperties.
$fieldproperties(FLD) = "tabwidth=10"