System.HelpIntfs.ICustomHelpViewer.UnderstandsKeyword

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

Delphi

function  UnderstandsKeyword(const HelpString: string): Integer;

C++

virtual int __fastcall UnderstandsKeyword(const System::UnicodeString HelpString) = 0 ;

プロパティ

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

説明

キーワード ベースのヘルプ リクエストに応答します。

ヘルプ システムは、UnderstandsKeyword を呼び出して、HelpString に基づき、ヘルプ ビューアが、キーワードをベースとしたヘルプ リクエストに合致するヘルプ トピックを提供できるかどうかを、判断します。UnderstandsKeyword は、リクエストに合致するヘルプ トピックの数を返さなければなりません。ヘルプ ビューアがこのキーワードに対するヘルプをサポートしていない場合、UnderstandsKeyword は 0 を返さなければなりません。

関連項目