Click or drag to resize

MoneyFS Constructor

X#
Construct a money field specification.

Namespace:  VO
Assembly:  VOSystemClasses (in VOSystemClasses.dll) Version: 2.19
Syntax
 CONSTRUCTOR(
	oHLName,
	uLength,
	uDecimals
) CLIPPER
Request Example View Source

Parameters

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 money 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