How to open web page in default web browser in Free Pascal
You can open a site or a web page in the browser by using OpenURL procedure that exists in LCLIntf unit: Example: 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: Don’t forget to add LCLIntf in uses clause.