RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TApplication.HelpShowTableOfContents Method

Shows the Table of Contents within the help system.

Pascal
function HelpShowTableOfContents: Boolean;
C++
__fastcall Boolean HelpShowTableOfContents();

Use HelpShowTableOfContents to bring up the table of contents for the help system specified in the CurrentHelpFile property. This method is preferred to calling "Application.HelpSystem.ShowTableOfContents", which cannot be used as the first call into the help system. 

 

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