Displays the help associated with the control.
Source position: controls.pp line 1679
public procedure TControl.ShowHelp; virtual; |
ShowHelp is a method used to display help for the control. Values in HelpType, HelpContext, and HelpKeyword are used to determine which method is called in the Application singleton to display the help content.
ShowHelp is called from methods in the the TApplication instance. It occurs when the F1 key is pressed when the control has focus, or when its ShowHelpForObject method is called for a specific control instance.
Use the HelpFile property, found on the parent form or in a TApplicationProperties instance, to set the help file with the content displayed in the method.
|
Indicates whether context-sensitive Help is selected by numeric ID or keyword. |
|
|
The numeric context-sensitive Help identifier for the control. |
|
|
The context-sensitive Help keyword for the control. |
|
|
Shows context-sensitive help for the application. |
|
|
Shows help for the specified keyword. |
|
|
When Sender is a TControl, invoke its ShowHelp method. |
|
|
Contains the name for the help file in an application. |
|
|
The name of the help file for the form. |
CT Web help |
CodeTyphon Studio |