StatusBar.TextValue Property (Typed) | |
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
public override string TextValue { get; set; }
Request Example
View SourceProperty Value
Type:
StringA 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