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;

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) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!