Application Execution behavior |
Top Previous Next |
After you compile your application with the WebFMX.Platform runtime unit, it can be run in two platforms: Windows and web (HTML5). This topic is intended to let you know how your application will behave in each occasions:
Windows Shell: When the application is started from the windows shell, it will behave as a regular Windows application.
Delphi: When the application is run under Delphi, a development server instance will be started and the web platform will be started on a new browser window.
Thinfinity® VirtualUI™ for FireMonkey® Service: If the application is accessed through the Thinfinity® VirtualUI™ for FireMonkey® Web Server, it will also work through the web platform (HTML5).
|