Click or drag to resize

Range Constructor

X#
Construct a range.

Namespace:  VO
Assembly:  VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax
 CONSTRUCTOR(
	nMin,
	nMax
) CLIPPER
Request Example View Source

Parameters

nMin (Optional)
Type: Usual
The minimum value in the range. The default is 0.
nMax (Optional)
Type: Usual
The maximum value in the range. The default is 0.
See Also