FieldSpec.SetLength Method (Typed) | |
Set a new length for this field specification and new hyperlabel diagnostics for the length check.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOSystemClasses (in XSharp.VOSystemClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD SetLength(
w AS DWORD,
oHL AS HyperLabel
) AS VOID
public virtual void SetLength(
uint w,
[DefaultParameterValueAttribute(null, 0)] HyperLabel oHL
)
Request Example
View SourceParameters
- w
- Type: DWord
The new length. If omitted, the current value is not changed. - oHL
- Type: HyperLabel
The hyperlabel that contains the new diagnostics for the length check (caption, description, and help context). If omitted, the current value is not changed.
Remarks
A field specification's length is typically set during instantiation, and should not normally be changed later.
See Also