I have a form, which doesn't have a lot of code in it, just the basic code that will be used on all forms inside my application. I want to use this form as BASE, and inherit from it when creating new forms, now this works, as you can only select New
Unit, and select the inherited form to create one.
My question is: Inside my base form, i included 2 units, which contains common functions that will be used throughout the application. Now when I include these units inside my Base Form, I do have
access to all it's the methods inside the included units, but inside my inherited forms, I can't
access these methods, am I doing something wrong?