Click or drag to resize

DataColumn Constructor

X#
Construct a data column.

Namespace:  VO
Assembly:  VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax
 CONSTRUCTOR(
	nWidth,
	xColumnID
) CLIPPER
Request Example View Source

Parameters

nWidth (Optional)
Type: Usual
The initial width in which to display the column, in characters, or the FieldSpec object from which the width is extracted. If not specified, the default is 16.
xColumnID (Optional)
Type: Usual
The name or symbolic name of the column or hyperlabel containing the name of the column and any optional annotation.
See Also