Главная страница | назад





Article #17783: Events show up but are not fired.

 Question and Answer Database
FAQ2783C.txt Events show up but are not fired.
Category :ActiveX
Platform :Win95/NT
Product : C++Builder3.x
Question:
I am using a 3rd party active X control in my project. In the object
inspector I set events to specific functions but the functions are never fired.
How do I get these events to fire?
Answer:
What you may need to do is set the events manualy in the constructor, ie:
MyObject->OnEvent = MyObjectOnEvent;
This has been known to work in many instances.
8/4/98 9:19:22 AM

Last Modified: 01-SEP-99