RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
IHelpSelector Interface

Interface for Help Selector object.

Pascal
IHelpSelector = interface(IInterface);
C++
__interface IHelpSelector : public IInterface;

HelpIntfs

When an application uses more than one Help Viewer, there may be multiple responses to a Help request. By default, the Help System polls the Viewers in the order they were registered, and gives the request to the first viewer that claims to be able to handle it. 

An application can optionally provide a Help Selector, which determines the Viewer for keyword-based Help requests and for requests to display a Table of Contents. To define a Help Selector, create an object that implements IHelpSelector and pass it to the Help System, using AssignHelpSelector. 

The Help Selector cannot affect context-based or topic-based Help requests, which always go to the first Viewer that claims to be able to handle the request. 

 

RegisterViewer 

IHelpSystem 

Help System Interfaces

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