LogicFS Constructor (String) | |
Construct a logic field specification.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOSystemClasses (in XSharp.VOSystemClasses.dll) Version: 2.19
Syntax CONSTRUCTOR(
oHLName AS STRING
)
public LogicFS(
[DefaultParameterValueAttribute("__LogicFS", 0)] string oHLName
)
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 logic field specification.
See Also