Click or drag to resize

StatusBar.TextValue Property

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

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 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