An open API service indexing awesome lists of open source software.

https://github.com/geoffsmith82/browserchooser

FMX Function to display a dialog box to choose which installed web browser to open URL in
https://github.com/geoffsmith82/browserchooser

url webbrowser

Last synced: 4 months ago
JSON representation

FMX Function to display a dialog box to choose which installed web browser to open URL in

Awesome Lists containing this project

README

          

# BrowserChooser
This is a function to create a dialog that allows the user to select which browser they want to open a URL in, based on installed browsers. It works with FMX on the Win32 and Win64 platforms.

## Example
OpenUrl('https://www.tysontechnology.com.au');


![Sample Screen](/samplescreen.png "Sample Screen")