Show: Delphi
C++
Display Preferences
FMX
From XE2 API Documentation
FMX is the unit scope that contains the units and unit scopes of the FireMonkey application platform (FMX).
Unit Scopes
| FMX.ASE | Contains the FMX.ASE.Importer, FMX.ASE.Lexer, and FMX.ASE.Model units, which define functionality for handling Adobe Swatch Exchange (.ase) models in FireMonkey. |
| FMX.DAE | Contains the FMX.DAE.Importer and FMX.DAE.Model units, which enable you to import and manipulate COLLADA (.DAE) models. For more information about DAE import, see http://edn.embarcadero.com/article/41874. |
| FMX.Filter | Contains the FMX.Filter.Effects unit and various classes and types used in FireMonkey 2D bitmap effects rendered in hardware (GPU). |
Units
| FMX.Ani | Defines subclasses of FMX.Types.TAnimation, such as TFloatAnimation, and FireMonkey support classes. |
| Fmx.Bind.Navigator | Defines the FireMonkey binding navigator classes and types, used for navigating datasets. |
| FMX.Colors | Defines FireMonkey controls for selecting colors. |
| FMX.Controls | Defines classes of FMX.Types.TStyledControl for user interface controls. |
| FMX.Dialogs | Defines controls for FireMonkey dialog boxes. |
| FMX.Edit | Defines FireMonkey controls for single-line text and number editors. |
| FMX.Effects | Defines FireMonkey 2D bitmap effects rendered in software: blur, shadow, glow, bevel, and reflection. |
| FMX.ExtCtrls | Defines miscellaneous extra FireMonkey controls. |
| FMX.FilterCatBlur | Defines shader filters used by various FireMonkey blur effects. |
| FMX.FilterCatColor | Defines shader filters used by various FireMonkey color effects. |
| FMX.FilterCatColorAdjust | Defines shader filters used by various FireMonkey color-adjust effects. |
| FMX.FilterCatComposite | Defines the TNormalBlendFilter class, a FireMonkey shader filter used by blend effects. |
| FMX.FilterCatDistortion | Defines shader filters used by FireMonkey effects such as TMagnifyFilter, TSwirlFilter, and TWaveFilter. |
| FMX.FilterCatGenerator | Defines shader filters used by FireMonkey fill effects. |
| FMX.FilterCatGeometry | Defines shader filters that are used by FireMonkey effects such as TCropEffect and TAffineTransformEffect. |
| FMX.FilterCatStyle | Defines shader filters used by various FireMonkey effects, such as TEmbossEffect, TGlowEffect, and TPixelateEffect. |
| FMX.FilterCatTiles | Defines the FireMonkey TTilerFilter shader filter. |
| FMX.Forms | Defines FireMonkey 2D and 3D forms, and the global TApplication object. |
| FMX.Grid | Defines FireMonkey controls for grids. |
| FMX.Import | Defines FireMonkey functionality needed for importing models, such as DAE and ASE models. |
| FMX.Layers3D | Defines FireMonkey classes for 3D surfaces. |
| FMX.Layouts | Defines FireMonkey funtionality for arrangement and scrolling for 2D content. |
| FMX.ListBox | Defines FireMonkey controls for list boxes. |
| FMX.Memo | Defines FireMonkey controls for memos, multiline edit controls. |
| FMX.Menus | Defines controls for drop-down and popup menus. |
| FMX.Objects |
Defines 2D drawing primitives--shapes and images. All these primitives inherit TControl and can be used in styles to construct controls. |
| FMX.Objects3D | Defines 3D drawing primitives for FireMonkey. |
| FMX.Platform | Defines the global instance of the cross-platform OS abstraction for FireMonkey. |
| FMX.Printer | Defines printer devices, interfacing and printing-related functionality. |
| FMX.TabControl | Defines controls for multi-page tabs. |
| FMX.TreeView | Defines treeview controls for hierarchical lists. |
| FMX.Types | Defines base types used throughout FireMonkey, including 2D drawing types. |
| FMX.Types3D | Defines base types used throughout FireMonkey, including 3D drawing types. |