RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
IHelpSystem3 Interface

Application Help System that supports multiple Help Viewers.

Pascal
IHelpSystem3 = interface(IHelpSystem2);
C++
__interface IHelpSystem3 : public IHelpSystem2;

The Run-Time Library Help System allows an application to access one or more Help Viewers through a uniform interface, IHelpSystem3. To obtain an object that implements IHelpSystem3, call the global function GetHelpSystem

This interface extends IHelpSystem2 with the ability to show the index and search panes. It also allows you to utilize page anchors and get and set help filters. 

 

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