OpalReadTextfunction OpalReadText(window_ref:integer, widget_ref:integer) : string |
Read the text property of a widget. Either the text, label or selected option depending on what type of widget is referenced. |
window_ref:integer = ref of the window that contains the widget widget_ref:integer = ref of the widget This function returns a string |