Types of Cross-Platform Applications You Can Create
Go Up to Cross-Platform Applications Index
Contents |
The following table lists and describes some notable types of cross-platform applications that you can create using the IDE:
| Type of Application | How to Create this Application | Description and Links |
|---|---|---|
| FireMonkey Desktop Applications
Target machines:
|
|
Applications created with the FireMonkey Desktop Application wizard automatically use the cross-platform versions of components and run-time library. You can create a Delphi or C++ FireMonkey application that can be supported on 32-bit Windows, 64-bit Windows and Mac OS X applications. If your development PC is a 64-bit system, the Platform Assistant and a connection profile are not required for developing Win64 applications, but using the Platform Assistant and a connection profile are recommended because they facilitate debugging and enable you to use the Deployment Manager. For more information, see: |
| FireMonkey Mobile Applications
Target machines:
|
|
Applications created with the FireMonkey Mobile Application wizard automatically use the cross-platform versions of components and run-time library. You can build mobile applications that run on iOS devices and the iOS simulator. You can build mobile applications for 32-bit Windows as well, for testing purposes. For more information, see: |
|
64-bit Windows Applications, for both Delphi and C++Builder Target machine: PC running 64-bit Windows operating system, either a local PC (the development system) or a remote PC |
To create a 64-bit Windows application in the IDE:
|
The RAD Studio IDE can run on any Windows platform (either native Win32 or Win64):
For more information, see 64-bit Cross-Platform Application Development for Windows. |
|
Console Applications (Mac OS X, iOS, or 64-bit Windows) Target machines:
|
|
To run, debug, and deploy an OS X or iOS application, you must create a connection profile and install and run the Platform Assistant (the remote application server) on an actively connected Mac. You must add an SDK as well. Console Application Output on the iOS Simulator and Device RAD Studio supports iOS console applications in conjunction with Xcode. If console output is used (for example, if the console application uses Writeln), the output does not display on either the iOS Simulator or the iOS Device window. Instead, the output is sent to the Console log, which you can see in the Mac OS X Console log viewer app (for the iOS Simulator) or in the Xcode Organizer device Console pane (for the iOS Device). For more information, see: |
|
DataSnap Applications Target machine:
|
|
To run, debug, and deploy a DataSnap application on OS X or a remote Win64 target, you must create a connection profile and install and run the Platform Assistant server, the remote application server, on an actively connected machine running the target platform. For Mac OS X C++ applications, you must add an SDK as well. For more information, see: |
Other Types of Applications Can Be Cross-Platform
Here are more applications that are potentially cross-platform:
- DataSnap server (Win64)
- DataSnap client (Win64, OS X)
- DataSnap WebBroker application (Win64)
- Web Server application (Win64, OS X)
- ActiveX (Win64)
- SOAP server application (Win64)
Topics
- 64-bit Cross-Platform Application Development for Windows
- FireMonkey Application Platform - Cross-Platform
- Mac OS X Application Development
- iOS Mobile Application Development
- Cross-Platform Database Applications
- DataSnap Connectors for Mobile Devices
- Wizards for Creating FireMonkey Cross-Platform Applications and Components
- Compiler Tool Chains for the Supported Platforms