StringFS Constructor | |
Construct a string field specification.
Namespace:
VO
Assembly:
VOSystemClasses (in VOSystemClasses.dll) Version: 2.19
Syntax CONSTRUCTOR(
oHLName,
uLength
) CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
public StringFS(
Usual oHLName = default,
Usual uLength = default
)
Request Example
View SourceParameters
- 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