Click or drag to resize

IntegerFS Constructor (HyperLabel, DWord)

X#
Construct an integer field specification.

Namespace:  XSharp.VO.SDK
Assembly:  XSharp.VOSystemClasses (in XSharp.VOSystemClasses.dll) Version: 2.19
Syntax
 CONSTRUCTOR(
	oHLName AS HyperLabel,
	 uLength AS DWORD
)
Request Example View Source

Parameters

oHLName
Type: HyperLabel
The hyperlabel that contains the field name and other attributes (i.e., caption, description, and help context) to be used to create the new integer field specification.
uLength
Type: DWord
The length of the field. If not specified, the default is 10.
See Also