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?
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.
精彩评论