DataField Constructor | |
Construct a data field.
Construct a data field.
Namespace:
VO
Assembly:
VOSystemClasses (in VOSystemClasses.dll) Version: 2.19
Syntax CONSTRUCTOR(
oHLName,
oFS
) CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
public DataField(
Usual oHLName = default,
Usual oFS = default
)
Request Example
View SourceParameters
- oHLName (Optional)
- Type: Usual
The name or symbol representing the field.The hyperlabel containing the name of the field and any optional annotation. - oFS (Optional)
- Type: Usual
The FieldSpec object that defines the field's properties. At a minimum, it must contain the data type and length of the field.The FieldSpec object that defines the field's properties. At a minimum, it must contain the data type and length of the field.
See Also