delphidelphi-xe2firemonkeyruntime-packages

Delphi XE2: Application build with runtime package with FireMonkey framework


We can build VCL Win32 application with runtime packages (*.bpl). These package can be loaded and unloaded dynamically or statically.

Do we have similar development option with the new FireMonkey framework in Delphi XE2?


Solution

  • The concept of packages is orthognal to that of frameworks so yes, packages can be used with FMX. For example, the newly minted documentation describes the process of creating a package for an FMX component.