RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
IHelpSystem Interface

Application Help System that supports multiple Help Viewers.

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

HelpIntfs

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

 

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