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


説明

目次を表示します。

ShowTableOfContents を呼び出すと、ヘルプ システムに、目次を表示するよう要求できます。

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

関連項目