NumberFS Constructor | |
Construct a numeric field specification.
Namespace:
VO
Assembly:
VOSystemClasses (in VOSystemClasses.dll) Version: 2.19
Syntax CONSTRUCTOR(
oHLName,
uLength,
uDecimals
) CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
public NumberFS(
Usual oHLName = default,
Usual uLength = default,
Usual uDecimals = default
)
Request Example
View SourceParameters
- oHLName (Optional)
- Type: Usual
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 (Optional)
- Type: Usual
The length of the field. If not specified, the default is 12. - uDecimals (Optional)
- Type: Usual
The number of decimals in the field. If not specified, the default is 2.
See Also