Click or drag to resize

FieldSpec.SetRange Method

X#
Set a new range validation for this field specification and new hyperlabel diagnostics for the range check.

Namespace:  VO
Assembly:  VOSystemClasses (in VOSystemClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD SetRange(
	uMinimum,
	uMaximum,
	oHL
) AS USUAL CLIPPER
Request Example View Source

Parameters

uMinimum (Optional)
Type: Usual
The new minimum value. If omitted, the current value is not changed.
uMaximum (Optional)
Type: Usual
The new maximum value. If omitted, the current value is not changed.
oHL (Optional)
Type: Usual
The hyperlabel that contains the new diagnostics for the range check (caption, description, and help context). If omitted, the current value is not changed.

Return Value

Type: Usual
See Also