[Overview][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'fpg_widget' (#fpgui)

TfpgWidget.InvokeHelp

Display context-sensitive help

Declaration

Source position: fpg_widget.pas line 164

public procedure TfpgWidget.InvokeHelp; virtual;

Description

InvokeHelp is called automatically when the user presses the application help key (normally F1) while the widget has the focus. If a help topic is defined for this widget (using HelpContext or HelpKeyword, depending on the value of HelpType), then InvokeHelp displays the topic by calling the KeywordHelp or ContextHelp method of the fpgApplication object. If no help topic is defined, then InvokeHelp attempts to call InvokeHelp for its parent. This allows a container widget to specify a default help topic for its children.

See also

TfpgApplication.HelpFile

  

Specify a help file for the application


Documentation generated on: 2013-04-29