Click or drag to resize

EditWindow.AsString Method

X#
Return the contents of the edit window.

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
This method returns the same as EditWindow:TextValue. EditWindow:AsString() presents the edit window as a recognizable string.
See Also