Click or drag to resize

FieldSpec.SetMinLength Method (Typed)

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

Namespace:  XSharp.VO.SDK
Assembly:  XSharp.VOSystemClasses (in XSharp.VOSystemClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD SetMinLength(
	w AS DWORD,
	 oHL AS HyperLabel
) AS VOID
Request Example View Source

Parameters

w
Type: DWord
The new minimum length (if 0, the minimum length check is removed). If omitted, the current value is not changed.
oHL
Type: HyperLabel
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.
See Also