FieldSpec.SetMinLength Method | |
Set a new minimum length validation for this field specification and new hyperlabel diagnostics for the minimum length check.
Namespace:
VO
Assembly:
VOSystemClasses (in VOSystemClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD SetMinLength(
w,
oHL
) AS USUAL CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
public virtual Usual SetMinLength(
Usual w = default,
Usual oHL = default
)
Request Example
View SourceParameters
- w (Optional)
- Type: Usual
The new minimum length (if 0, the minimum length check is removed). If omitted, the current value is not changed. - oHL (Optional)
- Type: Usual
The hyperlabel that contains the new diagnostics for the minimum length check (caption, description, and help context). If omitted, the current value is not changed.
Return Value
Type:
UsualSee Also