OnHelp Event

<< Click to Display Table of Contents >>

Navigation:  Events Generated by the VCL >

OnHelp Event

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.

OnHelp(

Sender: TVPEngine

)

Sender

the VPE object that fired the event