ChmFile
Declaration Description See Also Example

Declaration

property ChmFile : String;

Description

This property defines the name of the compiled HTML Help file that contains the topics you want to display in the embedded window. If this property is set to the empty string the DisplayTopic method will be look for the topics to display in stand alone HTML files.

Example

EmbeddedHtmlHelp1.ChmFile := extractfilePath(application.exename) + 'hhcomp.chm';
EmbeddedHtmlHelp1.DisplayTopic('welcome.html');

See Also


©Copyright 1997, HyperAct, Inc.