Click or drag to resize

NumberFS Constructor (HyperLabel, DWord, DWord)

X#
Construct a numeric field specification.

Namespace:  XSharp.VO.SDK
Assembly:  XSharp.VOSystemClasses (in XSharp.VOSystemClasses.dll) Version: 2.19
Syntax
 CONSTRUCTOR(
	oHLName AS HyperLabel,
	 uLength AS DWORD,
	 uDecimals 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 number field specification.
uLength
Type: DWord
The length of the field. If not specified, the default is 12.
uDecimals
Type: DWord
The number of decimals in the field. If not specified, the default is 2.
See Also