RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TMenuItem.HelpContext Property

Specifies the help context ID associated with the menu item.

Pascal
property HelpContext: THelpContext;
C++
__property THelpContext HelpContext;

Use HelpContext to associate the menu item with a screen in the Help system of the application. Each screen in the Help system should have a unique context ID. When a menu item is selected using the keyboard, pressing F1 displays a Help screen. Which Help screen appears depends on the value of the HelpContext property.

Note: This property is not stored with the menu item if it is supplied by a TAction object.
 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!