Click or drag to resize

DataField.FieldSpec Property

X#
The FieldSpec object connected to this field.

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

Property Value

Type: Usual
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