"load"
This function loads the specified website.
Synopsis
void shape.load(string url);
Description
This function loads the specified website.
Example
main()
{
WebView_ewo1.load("http://www.etm.at");
}
Assignment
WebView EWO
This function loads the specified website.
void shape.load(string url);
This function loads the specified website.
Example
main()
{
WebView_ewo1.load("http://www.etm.at");
}
WebView EWO