|
Creates a web browser object into the window that is being defined. Used inside WindowBegin/EndWindow block. |
|
StartX |
The X coordinate of the upper left corner of the web object rectangle. |
StartY |
The Y coordinate of the upper left corner of the web object rectangle. |
EndX |
The X coordinate of the lower right corner of the web object rectangle. |
EndY |
The Y coordinate of the lower right corner of the web object rectangle. |
WebAddress |
The address of the web page that will be shown inside of the web object |
Reserved |
Reserved for internal usage. Should be blank. |
|
event DefineWindows
begin
real x,h,h1,h2,h3,h4,h5,h6,h7,v,v2,l,vs,vm,vm2,f,t;
SetLangMode(LangEnglish,"ENG",0);
WindowBegin("iPhone Browser",WebClass,CGother,-);
SetWRect(20,80,340,560);
WebPage(0,0,320,480,"http://hansaworld.com","");
EndWindow;
return;
end;
««