Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Thoughts on Interface Inheritance
Message
From
25/08/2000 10:04:22
 
 
To
25/08/2000 09:01:17
General information
Forum:
Visual FoxPro
Category:
Object Oriented Programming
Miscellaneous
Thread ID:
00408807
Message ID:
00409190
Views:
14
>So what happens if I create 2 objects
>
>Object 1 is olepublic and compiled.
>Object 2 is bound to object1 with VFPCOM.DLL
>
>Now they are separate and object 2 implements object 1's interface.
>

Not really. VFPCOM allows you to bind methods in your object to events raised by a COM server. The key word here is events. VFP allows us to create methods all day long, but does not let us raise events. So binding object2 to a COM server built with VFP buys you absolutely nothing, because there are no events to bind to.
Erik Moore
Clientelligence
Previous
Reply
Map
View

Click here to load this message in the networking platform