Control.AsString Method | |
Return the contents of the control (or its identifying label).
Namespace:
VO
Assembly:
VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax 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