JCL Help:TJclTabSet.ZeroBased

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Specifies whether the columns are zero-based.


Pascal

 public property ZeroBased: Boolean;


Description

ZeroBased indicates whether specified tabulation positions and other column references are zero based.
If this property is set to True, all columns are considered to be zero-based (the first column index is zero); otherwise columns references are one-based (the first column index is one).
If this flag is toggled, any stored tabulation positions are automatically converted to the new state (ie. values are incremented when setting to Falseor decremented when setting to True).


See Also

TJclTabSet.Expand@string@SizeInt TJclTabSet.TabStops TJclTabSet.TabFrom


About

Donator

Marcel Bestebroer


Notes

This property is nil-safe. When read from on a nil-reference, this property will return True. 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