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).

 

 

If you want to disable the HTML5 platform you can set the PlatformHTML5 Enabled property to false. That way the application will stop responding web requests.

 

This can be useful during an integration period, in case you want to release the application before you have finished the Thinfinity® VirtualUI™ for FireMonkey® integration, or if you want to debug your application using the Windows platform.