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?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.