You can open a site or a web page in the browser by using OpenURL procedure that exists in LCLIntf unit:
Example:
OpenURL('http://www.google.com');
Don’t forget to add LCLIntf in uses clause.
You can open a site or a web page in the browser by using OpenURL procedure that exists in LCLIntf unit:
Example:
OpenURL('http://www.google.com');
Don’t forget to add LCLIntf in uses clause.