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
- Host: GitHub
- URL: https://github.com/geoffsmith82/browserchooser
- Owner: geoffsmith82
- License: mit
- Created: 2018-07-21T00:14:23.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2025-05-24T08:38:28.000Z (about 1 year ago)
- Last Synced: 2025-07-28T08:50:52.613Z (11 months ago)
- Topics: url, webbrowser
- Language: Pascal
- Homepage:
- Size: 74.2 KB
- Stars: 3
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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');
