RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
IHelpSystem.ShowTopicHelp Method

Show Help topic.

Pascal
procedure ShowTopicHelp(const Topic: string; const HelpFileName: string);
C++
__fastcall ShowTopicHelp(const AnsiString Topic, const AnsiString HelpFileName);

Call ShowTopicHelp to request that the Help System display a specific Help topic.  

The Topic parameter is a short string identifying the specific topic. 

The HelpFileName parameter is the name of the file containing the topic. If this parameter is a zero-length string, the HelpFile property of the global Application variable is used. 

 

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