Click or drag to resize

EditWindow.Value Property

X#
The value held in the edit field in whatever data type the edit window holds.

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

Property Value

Type: Usual
The value held in the edit field in whatever data type the edit window holds.
Remarks
The value held in the edit field in whatever data type the edit window holds. For example, the value can be the string "Jones" or the number 14683. The data type of the edit window is determined by its field specification; in turn, edit windows linked to a data server inherit the field specification—and hence data type—from the field of the server.
See Also