RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
ISpecialWinHelpViewer.CallWinHelp Method

Pass Help request directly to engine.

Pascal
function CallWinHelp(Handle: LongInt; const HelpFile: string; Command: Word; Data: LongInt): Boolean;
C++
__fastcall Boolean CallWinHelp(LongInt Handle, const AnsiString HelpFile, Word Command, LongInt Data);

The RTL Help System calls CallWinHelp when it receives a Windows-style Help request that cannot be generalized as a Topic-based or Context-based request. CallWinHelp should pass the request directly to the Windows winhelp() API or to a functional equivalent.  

CallWinHelp should return true if it was able to handle the request. 

 

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