System.HelpIntfs.IHelpSelector.TableOfContents

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function TableOfContents(Contents: TStrings): Integer;

C++

virtual int __fastcall TableOfContents(System::Classes::TStrings* Contents) = 0 ;

Properties

Type Visibility Source Unit Parent
function public
System.HelpIntfs.pas
System.HelpIntfs.hpp
System.HelpIntfs IHelpSelector

Description

Choose Viewer to display Table of 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.

See Also