| Components | All | New | MacOS | Windows | Linux | iOS | ||||
| Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old | |
Component: URLScheme
Handle URL schemes in your Mac runtime.
| Version | macOS | Windows | Linux | Server | iOS SDK |
| 2.0 / 3.0 | ✅ Yes | 🔶 67% | ❌ No | ❌ No | ❌ No |
| Item | Details |
|---|---|
| URLScheme.GetDefaultHandler Queries the default scheme handler for the given scheme name. | Mac/Win 3.0 |
| URLScheme.InstallURLEventHandler Installs an event handler for the URL event and calls the script you specify with the URL as parameter. | Mac only 2.0 |
| URLScheme.SetDefaultHandler Sets the user's preferred handler for the specified URL scheme to point to the current application. | Mac/Win 2.0 |
3 functions shown.
These functions require a license (100%).
Release notes
- Version 7.5
- Added parameter bundleID to URLScheme.SetDefaultHandler function.
Blog Entries
Example Databases