Click or drag to resize

Edit.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". The Edit:TextValue assign also changes the Edit:CurrentText and Edit:Value. Note that the string is formatted according to the picture clause held in the field specification of the edit field; in turn, edit fields linked to a data server inherit the field specification—and hence picture—from the field of the server.
See Also