Click or drag to resize

Pair Constructor

X#
Construct a pair.

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

Parameters

uInt1 (Optional)
Type: Usual
The first value of the pair. The default is 0.
uInt2 (Optional)
Type: Usual
The second value of the pair. The default is 0.
See Also