DoHelp Event - Python

<< Click to Display Table of Contents >>

Navigation:  Events Generated by the Python Control >

DoHelp Event - Python

Previous pageReturn to chapter overviewNext page

Is sent if the property RouteHelp is True and the user clicked the Help-Button in the toolbar or pushed the corresponding key (F1 by default).

This is one of the few events where CloseDoc() may be called while processing it.

integer DoHelp()

Remarks:

The event handler should return zero.