System.HelpIntfs.IExtendedHelpViewer2.DisplayIndex

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

Delphi

procedure DisplayIndex(const Topic: string);

C++

virtual void __fastcall DisplayIndex(const System::UnicodeString Topic) = 0 ;

プロパティ

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

説明

ヘルプ ビューア のキーワードペインを開きます。

RTL ヘルプ システムは DisplayIndex を呼び出して、ビューアにそのキーワードペインを開けさせます。 ヘルプ ビューアに指定されたトピック パラメータの検索機能がある場合は、キーワード検索を実行します。ない場合は検索は実行されません。

関連項目