NumberFS Constructor (String, DWord, DWord) | |
Construct a numeric field specification.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOSystemClasses (in XSharp.VOSystemClasses.dll) Version: 2.19
Syntax CONSTRUCTOR(
oHLName AS STRING,
uLength AS DWORD,
uDecimals AS DWORD
)
public NumberFS(
[DefaultParameterValueAttribute("__NumberFS", 0)] string oHLName,
[DefaultParameterValueAttribute(12, 0)] uint uLength,
[DefaultParameterValueAttribute(2, 0)] uint uDecimals
)
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 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