RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
THelpContents Class

THelpContents brings up the contents for the default help system.

Pascal
THelpContents = class(THelpAction);
C++
class THelpContents : public THelpAction;

Add THelpContents to an action list to allow users to bring up the help contents by using menu items or toolbar buttons. Controls such as menu items and tool buttons linked to this action cause the application to send the default help system a command to show the help contents. 

On WinHelp, THelpContents displays the Help Topics dialog on the tab (Contents, Index or Find) that was last used. 

 

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