
This method will open a browser and navigate to the given URL.
Returns always T.
The method takes no parameter.
Copy Code |
|---|
(Odcl_NavigateToUrl sUrl [as String]) |
Copy Code |
|---|
; Open a web browser to the URL (Setq rValue (Odcl_NavigateToUrl "http://www.ductisoft.com/")) |