System.HelpIntfs.ICustomHelpViewer.ShowHelp

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure ShowHelp(const HelpString: string);

C++

virtual void __fastcall ShowHelp(const System::UnicodeString HelpString) = 0 ;

Properties

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

Description

Shows the Help topic specified by HelpString from the list retrieved by GetHelpStrings. The HelpString parameter is a value previously provided by the Help Viewer in response to a GetHelpStrings call.

See Also