Application Execution behavior |
Top Previous Next |
After you compile your application with the WebFMX.Platform runtime unit, it will get to be started in two platforms: Windows and Web (HTML5). This topic is intended to let you know the occasions in which each platform will be started as default:
Windows Shell: When the application is started from the windows shell, it will behave as a normal 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.
WebFMX Service: If the application is accessed through the WebFMX Web Server, it will also work through the Web Platform (HTML5).
|