G
Guest
I have a Public Interface defined in a class module. I also have a form that implements that interface
After building the solution, I added an Inherited Form (inherited from the above-mentioned form) to the project via the IDE
However, when I drop down the "(base class events)" list, I can't find the methods defined in the interface. I know the interface has been inherited because if I enter an "Implements" statement in the derived form's class module, I get a message saying that the interface is already inherited by the base class. Where are my methods! :
thanks in advance
After building the solution, I added an Inherited Form (inherited from the above-mentioned form) to the project via the IDE
However, when I drop down the "(base class events)" list, I can't find the methods defined in the interface. I know the interface has been inherited because if I enter an "Implements" statement in the derived form's class module, I get a message saying that the interface is already inherited by the base class. Where are my methods! :
thanks in advance