Click or drag to resize

StringFS Constructor

X#
Construct a string field specification.

Namespace:  VO
Assembly:  VOSystemClasses (in VOSystemClasses.dll) Version: 2.19
Syntax
 CONSTRUCTOR(
	oHLName,
	uLength
) CLIPPER
Request Example View Source

Parameters

oHLName (Optional)
Type: Usual
The hyperlabel that contains the field name and other attributes (i.e., caption, description, and help context) to be used to create the new string field specification.
uLength (Optional)
Type: Usual
The length of the field. If not specified, the default is 10.
See Also