Click or drag to resize

StatusBar.TextValue Property (Typed)

X#
A string representing the value held in the status bar.

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 status bar.
Remarks
A string representing the value held in the status bar. For example, the value can be "Jones" or "$14,683.00". Note that the string is formatted according to the picture clause help in the field specification of the status bar; in turn, status bars linked to a data server inherit the field specification—and hence picture—from the field of the server.
See Also