IntegerFS Constructor (String, DWord) | |
Construct an integer field specification.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOSystemClasses (in XSharp.VOSystemClasses.dll) Version: 2.19
Syntax CONSTRUCTOR(
oHLName AS STRING,
uLength AS DWORD
)
public IntegerFS(
[DefaultParameterValueAttribute("__MoneyFS", 0)] string oHLName,
[DefaultParameterValueAttribute(10, 0)] uint uLength
)
Request Example
View SourceParameters
- oHLName
- Type: String
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