System.HelpIntfs.IHelpSelector2

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

IHelpSelector2 = interface(IHelpSelector)

C++

__interface  INTERFACE_UUID("{F65368F4-CA3B-482C-ABD2-3FC23F801D8B}") IHelpSelector2  : public IHelpSelector

Properties

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

Description

Interface that extends IHelpSelector.

IHelpSelector2 is an interface that exposes methods to be implemented when more than one Help Viewer is present in an application.

The IHelpSelector2 interface extends the IHelpSelector by exposing the new SelectContext method.

See Also