FieldSpec.SetMinLength Method (Typed) | |
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
public virtual void SetMinLength(
uint w,
[DefaultParameterValueAttribute(null, 0)] HyperLabel oHL
)
Request Example
View SourceParameters
- 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