Click or drag to resize

Control.AsString Method

X#
Return the contents of the control (or its identifying label).

Namespace:  VO
Assembly:  VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD AsString() AS USUAL
Request Example View Source

Return Value

Type: Usual
Remarks
For controls that have values, such as edit controls and check boxes, this method returns the same as Control:TextValue. For controls that do not have values, such as push buttons, it returns the same as Control:Caption. In either case, Control:AsString() presents the control as a recognizable string.
See Also