RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
IHelpSystem.ShowContextHelp Method

Do Context-based Help request.

Pascal
procedure ShowContextHelp(const ContextID: Longint; const HelpFileName: string);
C++
__fastcall ShowContextHelp(const Longint ContextID, const AnsiString HelpFileName);

Call ShowContextHelp to display a single Help topic, identified by ContextID and HelpFileName. For context-based Help requests to work, the application must have previously registered at least one Help Viewer that implements IExtendedHelpViewer. If no such Viewer is found, an EHelpSystemException is raised. 

 

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