RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
ICustomHelpViewer.ShowHelp Method

Show a specific Help topic.

Pascal
procedure ShowHelp(const HelpString: string);
C++
__fastcall ShowHelp(const AnsiString HelpString);

The Help System calls ShowHelp when it needs the Help Viewer to display the Help Topic identified by HelpString. The HelpString parameter is a value previously provided by the Help Viewer in response to a GetHelpStrings call. 

 

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