System.HelpIntfs.ICustomHelpViewer.ShowTableOfContents

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

procedure ShowTableOfContents;

C++

virtual void __fastcall ShowTableOfContents() = 0 ;

プロパティ

種類 可視性 ソース ユニット
procedure
function
public
System.HelpIntfs.pas
System.HelpIntfs.hpp
System.HelpIntfs ICustomHelpViewer

説明

目次を表示します。

ヘルプ システムは、ヘルプ ビューアが目次を表示する必要がある際に、ShowTableOfContents を呼び出します。ヘルプ システムは、ビューアが CanShowTableOfContents への呼び出しに対して、事前に True を返してない場合、ビューアに対して ShowTableOfContents を呼び出しません。

メモ: 目次を開く際には、Vcl.Forms.TApplication.HelpShowTableOfContents を使用することを推奨します。

関連項目