StringFS Constructor (String, DWord) | |
Construct a string field specification.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOSystemClasses (in XSharp.VOSystemClasses.dll) Version: 2.19
Syntax CONSTRUCTOR(
oHLName AS STRING,
uLength AS DWORD
)
public StringFS(
[DefaultParameterValueAttribute("__StringFS", 0)] string oHLName,
[DefaultParameterValueAttribute(10, 0)] uint uLength
)
Request Example
View SourceParameters
- oHLName
- Type: String
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
- Type: DWord
The length of the field. If not specified, the default is 10.
See Also