Web App Development Overview
Part 3: Using a Web App in a Pascal Desktop App
Contents
Introduction
Running in an External Browser
Running in an Embedded Browser
Introduction
Part 2 showed how to customize a "canned"
Web app (QxMap) via simple JSON files deployed with the app. But QxMap can
also be customized by passing data as part of the URL query string.
For example, the embedded app below shows the elevation of several locations,
where the location and elevation data was passed in the query string, overriding
the data in the app's locations.json file. To see the query string, look at this
page's HTML source or click
here
to launch the app in its own browser window.