Programming Reference

Top  Previous  Next

WebFMX provides some programming resources, inside the WebFMX.Platform unit that will allow you to:

 

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

 

2. Manipulate the application resolution.

 

3. Manipulate the fonts and WebFonts mapping.

 

4. Download files.

 

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

 

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

 

 

Getting Started

 

1. Add the 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 WebFMX classes, including the main TPlatformHTML5.