Using Method Calls with ActiveX Controls |
Automated methods of ActiveX components can be called to:
You can use method calls where a value is needed, for example: MessageInformation('You are now at ' + :"MyBrowser.LocationURL()") or where an action is needed, for example, on a button that has as its Action property MyBrowser.Navigate('http://www.usoft.com') If you press this button, you will navigate to USoft's web site. |