Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
method pushButton(var eventInfo Event)
var
dstr DynArray[] String
str String
li LongInt
endVar
const
WM_CLOSE = 16;
endConst
enumWindowHandles( dstr, "XLMAIN" )
dstr.View()
forEach str in dstr
li = longInt( str )
winPostMessage( li, WM_CLOSE, 0, 0 )
endForEach
endMethod
var
tv TableView
endVar
enumWindowNames( ":priv:winnames" )
tv.open( ":priv:winnames" )