System.HelpIntfs.ICustomHelpViewer.ShowHelp

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

Delphi

procedure ShowHelp(const HelpString: string);

C++

virtual void __fastcall ShowHelp(const System::UnicodeString HelpString) = 0 ;

プロパティ

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

説明

HelpString で指定されるヘルプ トピックを、GetHelpStrings で取得してきたリストから表示します。HelpString パラメータは、GetHelpStrings 呼び出しに応じてヘルプ ビューアが事前に渡した値の 1 つです。

関連項目