RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
IHelpSelector.TableOfContents Method

Choose Viewer to display Table of Contents.

Pascal
function TableOfContents(Contents: TStrings): Integer;
C++
__fastcall int TableOfContents(TStrings Contents);

The Help System calls TableOfContents when more than one Help Viewer responds to a request to show a Help Table of Contents. The Help System passes a list of Viewer names in the Contents parameter. TableOfContents should return the index of the chosen Viewer's name.

Note: TableOfContents must not modify or rearrange the Viewer names list.
 

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