DataField.FieldSpec Property | |
The FieldSpec object connected to this field.
Namespace:
VO
Assembly:
VOSystemClasses (in VOSystemClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY FieldSpec AS USUAL GET
public virtual Usual FieldSpec { get; }
Request Example
View SourceProperty Value
Type:
UsualThe 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:
1oDataField:FieldSpec:Type
2oDataField:FieldSpec:Length
3oDataField:FieldSpec:Decimals
4oDataField:FieldSpec:Validate(<uValue>)
See Also