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