Show: Delphi C++
Display Preferences

FireMonkey Application Platform

From RAD Studio XE2
Jump to: navigation, search

Go Up to Developing Cross-Platform Applications


FireMonkey leverages the graphics processing unit (GPU) in modern desktop and mobile devices to create visually engaging applications on multiple platforms, targeting the entire range from the personal to the enterprise.

Contents

Topics

FireMonkey topics include:

Major Features of FireMonkey

  • Cross-platform abstraction layer for OS features like windows, menus, timers, and dialogs
  • 2D and 3D graphics
  • Powerful vector engine (like Adobe Flash or Microsoft WPF)
  • Fast real-time anti-aliased vector graphics; resolution independent, with alpha blending and gradients
  • WYSIWYG designer and property editors
  • Advanced GUI engine - window, button, textbox, numberbox, memo, anglebox, list box, and more
  • Advanced skinning engine based on vector graphics styles with sample style themes
  • Shape primitives for 2D graphics along with a built-in set of brushes, pens, geometries, and transforms
  • Advanced animations calculated in background thread; easy to use and accurate, with minimal CPU usage and automatic frame rate correction
  • Bitmap effects rendered in software, including drop shadows and blurring
  • Flexible layouts and compositing of shapes and other controls
  • Layered forms, Unicode-enabled
  • JPEG, PNG, TIFF, and GIF format read/write support
  • Multi-language engine, editor and examples

VCL Is Incompatible with FireMonkey

Caution: FireMonkey (FMX) and the Visual Component Library (VCL) are not compatible and should not be used together in the same module. That is, a module should be exclusively one or the other, either FireMonkey or VCL. The incompatibility is caused by framework differences between FireMonkey (FMX) and VCL.

However, you can:

Three major libraries are provided by RAD Studio:

  • FireMonkey (FMX) is a visual component library with sophisticated graphics, animation, and styling capabilities. You can create FireMonkey applications that target the Mac OS X, Win32, and Win64 platforms. (The FireMonkey-iOS.dmg toolset, which is available in the XE2 product installation, enables you to build iOS applications as well.)
  • Visual Component Library (VCL) is an object hierarchy of visual components that are supported on Windows only (in Win32 and Win64 applications).
  • Run-Time Library (RTL) is a procedural library shared by Delphi and C++, and is supported in OS X applications as well as Win32 and Win64. The RTL is made up of the members of the System, System.SysUtils, System.IOUtils, and System.Classes units.

You can freely use the RTL in a FireMonkey application, but you cannot directly use the VCL in a FireMonkey application module.

See Also

Personal tools
Previous Versions
In other languages