Board index » delphi » Re: Delphi newbie needs help with derived class calling baseclassprocedure
Rob Kennedy
![]() Delphi Developer |
Re: Delphi newbie needs help with derived class calling baseclassprocedure2005-06-10 12:40:39 AM delphi114 Steve Alpert writes: QuoteLet me be as precise as I can... because the method names don't match. If you need to, post an entire sample project to the attachments group. Without your real code, the best answers you get will just be guesses. (They might be _good_ guesses, but no one will be able to answer you with any certainty.) My guess is that ProcA is declared with private visibility. (In the code you've shown, it is declared with published visibility, but I can not trust the accuracy of your code.) My next guess is that ProcA isn't really a member of the F1 class at all. My third guess is that you're spelling the method name wrong when you try to call it. -- Rob |