Click or drag to resize

DataField Constructor

X#
Construct a data field.
Construct a data field.

Namespace:  VO
Assembly:  VOSystemClasses (in VOSystemClasses.dll) Version: 2.19
Syntax
 CONSTRUCTOR(
	oHLName,
	oFS
) CLIPPER
Request Example View Source

Parameters

oHLName (Optional)
Type: Usual
The name or symbol representing the field.The hyperlabel containing the name of the field and any optional annotation.
oFS (Optional)
Type: Usual
The FieldSpec object that defines the field's properties. At a minimum, it must contain the data type and length of the field.The FieldSpec object that defines the field's properties. At a minimum, it must contain the data type and length of the field.
See Also