Method XbpActiveXControl():unsubscribeStdEvents() Foundation
Deregisters standard event processing installed by :subscribeStdEvents()
Syntax
:unsubscribeStdEvents() --> NIL
Return
This method always returns NIL.
Description
The method :unsubscribeStdEvents() deregisters the event handlers installed by :subscribeStdEvents().
:unsubscribeStdEvents() is called automatically when an ActiveX control is destroyed. The method has the PROTECTED attribute and can only be accessed within derived classes. It cannot be called directly by Xbase++ applications.
Feedback
If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.