System.HelpIntfs.IHelpSelector2.SelectContext

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function SelectContext(Viewers: TStrings): Integer;

C++

virtual int __fastcall SelectContext(System::Classes::TStrings* Viewers) = 0 ;

Properties

Type Visibility Source Unit Parent
function public
System.HelpIntfs.pas
System.HelpIntfs.hpp
System.HelpIntfs IHelpSelector2

Description

Exposed method that is implemented for the selection of help viewers.

Implement the SelectContext method to select a viewer from multiple Help Viewers, when applicable.

See Also