DisplayTopic Declaration Description Parameters Method Result See Also Example |
procedure DisplayTopic(Url : String);
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.
Parameter Usage Url
The Url (in or out of a compiled HTML file) to display.
None.
HtmlHelpGateway1.ChmFile := extractFilePath(application.exeName) + 'HHComp.chm';
HtmlHelpGateway1.DisplayTopic('HtmlHelpIntegrationComponents.html');