JCL Help:TJclTabSet.TabWidth
JCL Help: TJclTabSet.TabWidth Property
Search in JCL Help
Search in all projects
Summary
Specifies the tabulation width this instance will use.
Pascal
public property TabWidth: SizeInt;
Description
TabWidth indicates the tabulation width to use for columns beyond those specified by the TabStops property.
If this property is set to zero or a negative value, the instance will calculate the actual tabulation width to use according to the following table:
Situation | ActualTabWidth |
No tabulation positions defined | 2 |
One tabulation position defined | the defined tabulation position |
Two or more tabulation positions defined | the distance between the last two tabulation positions |
See Also
TJclTabSet.ActualTabWidth TJclTabSet.Count TJclTabSet.TabStops
About
Donator
Marcel Bestebroer
Notes
This property is nil-safe. When read from on a nil-reference, this property will return 2. When written to on a nil-reference, a NullReferenceException will be raised.
Contribute to this help topic
This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page