In RAD Studio XE5, we include a mobile preview style for ‘previewing’ your mobile app on Windows.
This style is designed to give you an improved experience for testing your mobile application logic on Windows prior to deploying to a simulator/emulator or physical device.
This style unit has been added to all the mobile templates (including a blank/3D form) for both Delphi and C++Builder mobile applications and can be seen when switching the target from iOS or Android to Windows and building the app for Win-32 in your mobile project.
To enable the mobile preview in existing mobile apps, you will need to do the following:
Delphi:
Add FMX.MobilePreview to the Uses list of your mobile app to see the mobile preview style on Win-32
C++Builder:
Add #include <FMX.Types.hpp> to your .h file of your mobile app to see the mobile preview style on Win-32
For additional information, please see:
http://docwiki.embarcadero.com/RADStudio/XE5/en/Mobile_Preview
Don’t forget to check out all the great special offers that end December 31, 2013
Regards,
Sarina