wwHelpEvents::oHandler

This property takes a reference to a COM object that can implement any of the Public methods of this object. The methods are called in passthrough fashion and if a method is not implemented the default action occurs.

o.oHandler

Example

o=CREATE("wwHelp")

o.owwHelpEvents.oHandler = CREATEOBJECT("MyEvents.EventHandler")

*** Help Builder will now call the object
*** for any of the event methods that it supports

See also:

Class wwHelpEvents

© West Wind Techologies, 1996-2023 • Updated: 01/30/99
Comment or report problem with topic