System.HelpIntfs.IHelpSystem.ShowTopicHelp

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure ShowTopicHelp(const Topic, HelpFileName: string);

C++

virtual void __fastcall ShowTopicHelp(const System::UnicodeString Topic, const System::UnicodeString HelpFileName) = 0 ;

Properties

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

Description

Show Help topic.

Call ShowTopicHelp to request that the Help System display a specific Help topic.

The Topic parameter is a short string identifying the specific topic.

The HelpFileName parameter is the name of the file containing the topic. If this parameter is a zero-length string, the HelpFile property of the global Application variable is used.