RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
ISpecialWinHelpViewer Interface

Help Viewer that supports special Windows Help requests.

Pascal
ISpecialWinHelpViewer = interface(IExtendedHelpViewer);
C++
__interface ISpecialWinHelpViewer : public IExtendedHelpViewer;

HelpIntfs

ISpecialWinHelpViewer supports Help requests that cannot be easily generalized, and should only be handled by the Microsoft Windows Help engine or a closely compatible application. 

ISpecialWinHelpViewer consists of a single method, CallWinHelp, which should pass the Help request to the Help engine with as little manipulation as possible. An application needs to provide only one Viewer that implements ISpecialWinHelpViewer. If more than one Viewer is registered that implements ISpecialWinHelpViewer, only the first Viewer ever receives calls to CallWinHelp

 

IhelpManager 

IhelpSystem 

ISpecialWinHelpViewer 

RegisterViewer 

Help System Interfaces

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!