System.HelpIntfs.IHelpSystem
Delphi
IHelpSystem = interface(IInterface)
C++
__interface INTERFACE_UUID("{B0FC9353-5F0E-11D3-A3B9-00C04F79AD3A}") IHelpSystem : public System::IInterface
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
interface class |
public | System.HelpIntfs.pas System.HelpIntfs.hpp |
System.HelpIntfs | System.HelpIntfs |
Description
Application Help System that supports multiple Help Viewers.
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.