System.HelpIntfs.IExtendedHelpViewer2.DisplaySearch

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DisplaySearch(const Topic: string);

C++

virtual void __fastcall DisplaySearch(const System::UnicodeString Topic) = 0 ;

Properties

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

Description

Opens Search pane of Help Viewer.

The RTL Help System calls DisplaySearch to have the Viewer open its Search Pane. If the Help Viewer has the ability to search for the given topic parameter, it executes the search; otherwise it is ignored.

See Also