Sistema Fenix Posted March 22, 2016 Posted March 22, 2016 Hi Fashard I would like to instantiate my object equal we make with form, Is this possible? function MyObject: TMyObject; begin Result := TMyObject(uniMainModule.GetObjectInstance(TMyObject)); end; As I working with MVC standard, this avoid allocation in memory of all classes. I think is that what is happening with the Tform, right? Best regards Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.