WebView.ControlWithName
From Real Software Documentation
Method
| This method is only available for Web applications. |
Returns the WebControl with the specified Name. If Name is invalid, Nil is returned.
Example
The ControlWithName example project uses this method of the WebView class to get the name of the WebCheckBox that was checked.
If the user has specified a WebCheckBox that exists, the method toggles it.
