StatusBar.TextValue Property | |
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
public override Usual TextValue { get; set; }
Request Example
View SourceProperty Value
Type:
UsualA 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