FireMonkey Quick Start Guide - Delphi and C++ Programming Languages
Go Up to FireMonkey Quick Start Guide - Introduction
You can develop your FireMonkey applications in either “RAD” C++ 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
![]()
You can also develop FireMonkey applications in C++, a widely-adopted, object-oriented programming language.
A piece of source code written in C++ language
![]()
- 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.












