Click or drag to resize

EditWindow.TextValue Property (Typed)

X#
A string representing the value held in the edit window.

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

Property Value

Type: String
A string representing the value held in the edit window.
Remarks
A string representing the value held in the edit window. For example, the value can be "Jones" or "$14,683.00".
See Also