Click or drag to resize

DataField.FieldSpec Property (Typed)

X#
The FieldSpec object connected to this field.

Namespace:  XSharp.VO.SDK
Assembly:  XSharp.VOSystemClasses (in XSharp.VOSystemClasses.dll) Version: 2.19
Syntax
 VIRTUAL PROPERTY FieldSpec AS FieldSpec GET 
Request Example View Source

Property Value

Type: FieldSpec
The FieldSpec object connected to this field.
Remarks
The FieldSpec object connected to this field. From the FieldSpec object, you can, in turn, access its various properties that control the field's behavior and presentation. For example, the following invokes several FieldSpec access/assign methods of a field:
X#
1oDataField:FieldSpec:Type
2oDataField:FieldSpec:Length
3oDataField:FieldSpec:Decimals
4oDataField:FieldSpec:Validate(<uValue>)
See Also