JCL Help:TJclTabSet.TabStops
JCL Help: TJclTabSet.TabStops Property
Search in JCL Help
Search in all projects
Summary
Specifies the tabulation positions to use.
Pascal
public property TabStops [Index: SizeInt]: SizeInt;
Description
TabStops indicates which fixed tabulation positions this set will use. The array is guaranteed in column order, with the smallest tabulation position being at index 0. As a consequence, writing a new value at any index of the array is internally handled as a delete, followed by an operation, to preserve this ordered property.
See Also
TJclTabSet.ActualTabWidth TJclTabSet.Count TJclTabSet.TabStops TJclTabSet.TabWidth
About
Donator
Marcel Bestebroer
Notes
This property is nil-safe. However, since a nil tab set has no fixed tabulation positions, any read or write operation will result in an EJclStringError (argument out of range).
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