I am starting the tutorial in the XOJO Quick start /guide. The simple browser tutorial list HtmlViewer.LoadURL but this method does not seem to be available for this object. Has it been deprecated? I get the following error.
Type "WebHtmlViewer has no member named “LoadURL”
What am I missing
my code is HTMLViewer1.LoadURL(AddressField.Text)