RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TApplication.HelpKeyword Method

Displays a specified help topic.

Pascal
function HelpKeyword(const Keyword: string): Boolean;
C++
__fastcall Boolean HelpKeyword(const AnsiString Keyword);

Use HelpKeyword to bring up the help topic specified by the Keyword parameter from the file specified in the CurrentHelpFile property. HelpKeyword invokes the current help system, passing it the string specified by Keyword. If the current system is WinHelp, this displays the topic that has an Alink of Keyword. 

HelpKeyword returns false if the current help system does not support the keyword lookups. 

 

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