spacesBetweenColumns

The spacesBetweenColumns property specifies the number of spaces separating each column of elements from an array field. The value of the property is an integer literal, variable, or constant.

The following 2-column example shows the display that results with the spacesBetweenColumns property set to 3 and the orientIndexAcross property set to YES:
  1   2
  3   4
  5

This property is meaningful only for arrays. The default value for this property is 1. You cannot update the property at run time.

Compatibility

Table 1. Support for spacesBetweenColumns property
Data item JSF handler VGUI record Console UI Text Form Java™ Text Form COBOL Print Form Java Print Form COBOL
Yes No No Yes Yes Yes Yes Yes

Feedback