Click or drag to resize

FieldSpec.SetRange Method (Typed)

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

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

Parameters

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