FieldSpec.SetRange Method | |
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
[ClipperCallingConventionAttribute(new string[] { ... })]
public virtual Usual SetRange(
Usual uMinimum = default,
Usual uMaximum = default,
Usual oHL = default
)
Request Example
View SourceParameters
- 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:
UsualSee Also