Click or drag to resize

ListViewColumn Constructor

X#
Construct a list view column.

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

Parameters

nWidth (Optional)
Type: Usual
The character width of the list view column. If omitted, the width is 16 characters.
xColumnID (Optional)
Type: Usual
The HyperLabel object for the column or the symbolic or string name of the column.
kAlignment (Optional)
Type: Usual
Optional constant representing the alignment of the list view column. If omitted, defaults to left-alignment.
Remarks
Valid constants are: LVCFMT_RIGHT LVCFMT_CENTER LVCFMT_LEFT
See Also