Click or drag to resize

FieldSpec.SetRequired Method

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

Namespace:  VO
Assembly:  VOSystemClasses (in VOSystemClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD SetRequired(
	lReq,
	oHL
) AS USUAL CLIPPER
Request Example View Source

Parameters

lReq (Optional)
Type: Usual
TRUE if the field should be required; otherwise, FALSE. If omitted, TRUE is assumed.
oHL (Optional)
Type: Usual
The hyperlabel that contains the new diagnostics for the required check (caption, description, and help context). If omitted, the current value is not changed.

Return Value

Type: Usual
See Also