System.HelpIntfs.IHelpSystem.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 IHelpSystem

Description

Shows the Table of Contents.

Call ShowTableOfContents to request that the Help System displays a Table of Contents.

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

See Also