IntegerFS Constructor (HyperLabel, DWord) | |
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
)
public IntegerFS(
HyperLabel oHLName,
[DefaultParameterValueAttribute(10, 0)] uint uLength
)
Request Example
View SourceParameters
- 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