"forward"

This function loads the next URL in the history list.

Synopsis

void shape.forward();

Description

This function loads the next URL in the history list.

Example

main()
{
  WebView_ewo1.forward();
}

Assignment

WebView EWO