FieldSpec.SetRange Method (Typed) | |
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
public virtual void SetRange(
Usual uMinimum,
Usual uMaximum,
[DefaultParameterValueAttribute(null, 0)] HyperLabel oHL
)
Request Example
View SourceParameters
- 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