Edit.TextValue Property (Typed) | |
A string representing the value held in the control.
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 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". The Edit:TextValue assign also changes the Edit:CurrentText and Edit:Value.
Note that the string is formatted according to the picture clause held in the field specification of the edit field; in turn, edit fields linked to a data server inherit the field specification—and hence picture—from the field of the server.
See Also