Click or drag to resize

TextControl.TextValue Property

X#
A string representing the value held in the control.

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

Property Value

Type: Usual
A string representing the value held in the control.
Remarks
A string representing the value held in the control. For example, in a standard edit control, the value can be "Jones" or "$14,683.00". TextValue is set to NULL_STRING for FixedIcon objects, or to the Caption value for all other non-editable controls. Note that the string is formatted according to the picture clause held in the field specification of the text control; in turn, text controls linked to a data server inherit the field—and hence picture—from the field of the server.
See Also