Control.FieldSpec Property | |
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
public virtual Usual FieldSpec { get; set; }
Request Example
View SourceProperty Value
Type:
UsualThe field specification connected to the control.
Remarks
From the field specification, you can retrieve additional information about the control—for example:
1cPicture := oControl:FieldSpec:Picture
2IF !oControl:FieldSpec:Validate(x)
3oHLStatus := oControl:FieldSpec:Status
4ENDIF
See Also