Programming with Reflection

image\rwnprg32.gif ColumnSeparatorStyle property

 

Syntax

object.ColumnSeparatorStyle
object.ColumnSeparatorStyle = Value

Data type

Enumeration

 

Description

Returns (first syntax line) or specifies (second syntax line) the character to use as the column separator in 5250 terminal sessions.

Session.ColumnSeparatorStyle = rcDots

Values

The default is rcDots. (It is rcVerticalLines if you are running a Japanese version of Reflection.)

rcDots Reflection uses dots (.), or periods, to separate columns.

rcVerticalLines Reflection uses vertical lines (|) to separate columns.

Notes

You can turn off column separator display using the ShowDisplayAttribute method.

 

image\jump.gif Keyword Index

image\popup.gif Related Topics

image\popup.gif Reflection products that use this property