Click or drag to resize

Control.FieldSpec Property

X#
The field specification connected to the control.

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

Property Value

Type: Usual
The field specification connected to the control.
Remarks
From the field specification, you can retrieve additional information about the control—for example:
X#
1cPicture := oControl:FieldSpec:Picture
2IF !oControl:FieldSpec:Validate(x)
3oHLStatus := oControl:FieldSpec:Status
4ENDIF
See Also