JCL Help:TJclTabSet.ActualTabWidth
From Project JEDI Wiki
Jump to navigationJump to searchJCL Help: TJclTabSet.ActualTabWidth Property
[+] TJclTabSet Methods
[+] TJclTabSet Properties
Search in JCL Help
Search in all projects
Summary
Indicates the actual tabulation width being used.
Pascal
public property ActualTabWidth: SizeInt;
Description
ActualTabWidth indicates the actual tabulation width being used for columns beyond those specified by the TabStops property.
If the TabWidth property is set to a positive, non-zero value, ActualTabWidth will hold the same value as TabWidth; otherwise it will hold a value calculated according to the following table:
Situation | ActualWidthActualTabWidth |
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.Count TJclTabSet.TabStops TJclTabSet.TabWidth
About
Donator
Marcel Bestebroer
Notes
This property is nil-safe; when read from on a nil-reference, this property will return 2.
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