DisplayTopic
Declaration Description Parameters Method Result See Also Example

Declaration

procedure DisplayTopic(Url : String);

Description

Display the topic defined by the URL in a HTML Help window. If the ChmFile property points to a compiled HTML Help file the URL is located in the compiled file, otherwise, it is located from an independent resource. The topic is displayed in the Html Help window defined by the WinType property, or the default window if the property is left empty.

Parameters

ParameterUsage
Url The Url (in or out of a compiled HTML file) to display.

Method Result

None.

Example

HtmlHelpGateway1.ChmFile := extractFilePath(application.exeName) + 'HHComp.chm';
HtmlHelpGateway1.DisplayTopic('HtmlHelpIntegrationComponents.html');

See Also


©Copyright 1997, HyperAct, Inc.