Click or drag to resize

DataField Constructor (String, FieldSpec)

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

Namespace:  XSharp.VO.SDK
Assembly:  XSharp.VOSystemClasses (in XSharp.VOSystemClasses.dll) Version: 2.19
Syntax
 CONSTRUCTOR(
	oHLName AS STRING,
	 oFS AS FieldSpec
)
Request Example View Source

Parameters

oHLName
Type: String
The name or symbol representing the field.The hyperlabel containing the name of the field and any optional annotation.
oFS
Type: FieldSpec
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