Currently only a couple of hooks are implemented and they are activated only through the User Interface.
You can specify your COM object in two ways:
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
| Member | Description | |
|---|---|---|
![]() |
BeforeImportClassMethod | This event fires prior to a class method getting imported into Help Builder when running the Class Import Wizard. |
![]() |
BeforeImportCodeMethod | This event fires prior to a class method getting imported into Help Builder when running the Visual FoxPro PRG Class Import Wizard. |
![]() |
OnCommentBlockPaste | This method fires before the Paste operation occurs on the 'Copy Comment Block' menu option as well as the hotkey operation that automatically updates a code snippet from a help topic in Help Builder. |
![]() |
OnCSharpCommentBlockPaste | This method fires before the Paste operation occurs on the 'Copy C# Comment Block' menu option as well as the hotkey operation that automatically updates a code snippet from a help topic in Help Builder. |
![]() |
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. |