FireMonkey Quick Start Guide - Programming Languages

From RAD Studio
Jump to: navigation, search

Go Up to FireMonkey Quick Start Guide - Introduction


FMQS A2.pngFMQS B2.pngFMQS C2.pngFMQS D2.pngFMQS E.pngFMQS F2.pngFMQS G2.pngFMQS H2.pngFMQS I2.pngFMQS J2.png

FMQS 12.pngFMQS 22.pngFMQS 32.pngFMQS 4.pngFMQS 52.pngFMQS 62.png


WhiteSpace50.png

You can develop your FireMonkey applications in either C++Builder or Delphi, two easy to learn component based object oriented programming languages that are used by millions of developers worldwide.

Delphi is an elegant and easy to learn object-oriented language. Based on Object Pascal, its benefits include easy-to-read code, quick compilation, and the use of multiple unit files for modular programming. Delphi has special features that support the RAD Studio component framework and environment.


A piece of source code written in Delphi language WhiteSpace50.png

Delphi Language Sample Code.png

WhiteSpace50.png

You can also develop FireMonkey applications in C++, a widely-adopted, object-oriented programming language.


A piece of source code written in C++ language WhiteSpace50.png

Cpp Language Sample Code.png


WhiteSpace50.png

  • Reference: Delphi Language Guide describes the Delphi language, which you can use for developing FireMonkey applications.
  • Reference: C++ Language Guide describes the C++ language, which you can use for developing FireMonkey applications.
Next Page.png

WhiteSpace50.png