Thema: Delphi Inherited Forms...

Einzelnen Beitrag anzeigen

FaNIX

Registriert seit: 8. Okt 2007
36 Beiträge
 
#1

Inherited Forms...

  Alt 6. Feb 2008, 06:20
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?
  Mit Zitat antworten Zitat