Table of Content
HAL Forum
procedure OpenWebBrowser (
string url)
Description:
Opens operation system's default web browser and loads the web page specified.
Parameters:
url The addres that will passed to the browser when it is opened.
global
procedure SaverStatToHansaWorld()
begin
  OpenWebBrowser("www.hansaworld.com");
  return;
end;
Related topics:
««