System.HelpIntfs.IExtendedHelpViewer2

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

IExtendedHelpViewer2 = interface(IExtendedHelpViewer)

C++

__interface  INTERFACE_UUID("{DD46A379-569A-46AA-89E5-8AACA764304B}") IExtendedHelpViewer2  : public IExtendedHelpViewer

Properties

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

Description

Help Viewer with ability to open Index and Search panes, as well as open Topics with Anchors.

IExtendedHelpViewer2 extends IExtendedHelpViewer by adding support for opening the Index and Search pane of the Help Viewer. It also allows you to specify an Anchor when opening up a specific topic.

See Also