"stop"

This function stops the loading of the current page.

Synopsis

void shape.stop();

Description

This function stops the loading of the current page.

Example

main()
{
  WebView_ewo1.stop();
}

Assignment

Arc