OpalShowWidgetProcedure OpalShowWidget(window_ref:integer, widget_ref:integer, visible:boolean = TRUE) |
Show or hide a widget. A hidden widget is not displayed and cannot be interated with. visible omitted/TRUE shows the widget, FALSE hides it. |
window_ref:integer = ref of the window that contains the widget widget_ref:integer = ref of the widget [visible]:boolean = Show the widget (default TRUE) |