RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
ICustomHelpViewer.UnderstandsKeyword Method

Would respond to a keyword-based Help request.

Pascal
function UnderstandsKeyword(const HelpString: string): Integer;
C++
__fastcall int UnderstandsKeyword(const AnsiString HelpString);

The Help System calls UnderstandsKeyword to determine to determine if the Help Viewer can provide topics for a keyword-based Help request based on HelpString. UnderstandsKeyword should return the number of Help topics that would match such a request. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!