Programming Reference

Top  Previous  Next

Thinfinity® VirtualUI™ for FireMonkey® provides programming resources in the WebFMX.Platform unit that will allow you to:

 

1. Retrieve information regarding the client browser and other end user environment variables such as the application's resolution, authentication information, IP and browser information.

 

2. Manipulate the application's resolution.

 

3. Manipulate the fonts and WebFonts mapping.

 

4. Download files.

 

5. Disable WebFMX.Platform and have only the Windows platform activated.

 

6. Enable/Disable the Development Server while debugging the application.

 

 

Getting Started

 

1. Add WebFMX.Platform into the uses list of the unit you are working with.

 

2. Access the global variable PlatformHTML5 and its properties, methods and events in order to access these programming resources.

 

See also

Throughout the next topics, find a detailed description of all public Thinfinity® VirtualUI™ for FireMonkey® classes, including the main TPlatformHTML5.