RAD Studio VCL Reference
|
Do a WinHelp-style Help request.
function Hook(Handle: Longint; const HelpFile: string; Comand: Word; Data: Longint): Boolean;
__fastcall Boolean Hook(Longint Handle, const AnsiString HelpFile, Word Comand, Longint Data);
Hook accepts Help requests that uses the same conventions as the Microsoft Windows WinHelp API. Hook should only be called for requests that cannot be translated into calls to ShowContextHelp, ShowHelp, ShowTableOfContents, or ShowTopicHelp.
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|