[Gambas-user] gb.gui.webview

T Lee Davidson t.lee.davidson at gmail.com
Sun Apr 25 21:03:46 CEST 2021


On 4/25/21 2:40 PM, Martin wrote:
> But, ¿How to check properly the gambas version?

If CInt(Split(System.FullVersion, ".")[1]) < 16  then
   Webview1.HTML = "the_HTML_Code"
else
   Webview1.SetHtml("the_HTML_Code")
endif


-- 
Lee


More information about the User mailing list