System.HelpIntfs.IHelpSystem2.UnderstandsKeyword

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function UnderstandsKeyword(const HelpKeyword, HelpFileName: string): Boolean;

C++

virtual bool __fastcall UnderstandsKeyword(const System::UnicodeString HelpKeyword, const System::UnicodeString HelpFileName) = 0 ;

Properties

Type Visibility Source Unit Parent
function public
System.HelpIntfs.pas
System.HelpIntfs.hpp
System.HelpIntfs IHelpSystem2

Description

Queries Help system for ability to understand keyword.

The Help System calls UnderstandsKeyword to determine whether the Help Viewer can provide topics for a Help request based on the given keyword. UnderstandsKeyword should return true if any registered help viewer understands the given keyword.