System.HelpIntfs.IHelpManager

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

IHelpManager = interface

C++

__interface  INTERFACE_UUID("{6B0CDB05-C30A-414B-99C4-F11CD195385E}") IHelpManager  : public System::IInterface

Properties

Type Visibility Source Unit Parent
interface
class
public
System.HelpIntfs.pas
System.HelpIntfs.hpp
System.HelpIntfs System.HelpIntfs

Description

IHelpManager provides access to the Help System for a Help Viewer.

IHelpManager declares methods that a Help Viewer uses to interact with the Help System.

A Help Viewer accesses these methods using the Help Manager object that the global System.HelpIntfs.RegisterViewer function returns when it registers the Help Viewer.

See Also