RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
IHelpSystem2.UnderstandsKeyword Method

Queries Help system for ability to understand keyword.

Pascal
function UnderstandsKeyword(const HelpKeyword: string; const HelpFileName: string): Boolean;
C++
__fastcall Boolean UnderstandsKeyword(const AnsiString HelpKeyword, const AnsiString HelpFileName);

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

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!