System.HelpIntfs.ICustomHelpViewer.ShowTableOfContents

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure ShowTableOfContents;

C++

virtual void __fastcall ShowTableOfContents() = 0 ;

Properties

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

Description

Shows a Table of Contents.

The Help System calls ShowTableOfContents when it needs the Help Viewer to display a Table of Contents. The Help System does not call ShowTableOfContents for a Viewer unless that Viewer has previously returned True for a call to CanShowTableOfContents.

Note: We recommend that you use the Vcl.Forms.TApplication.HelpShowTableOfContents method for opening the Table of Contents.

See Also