TextControl.TextValue Property | |
A string representing the value held in the control.
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 control.
Remarks
A string representing the value held in the control. For example, in a standard edit control, the value can be "Jones" or "$14,683.00". TextValue is set to NULL_STRING for FixedIcon objects, or to the Caption value for all other non-editable controls.
Note that the string is formatted according to the picture clause held in the field specification of the text control; in turn, text controls linked to a data server inherit the field—and hence picture—from the field of the server.
See Also