Unit 'HelpIntfs' Package
[Overview][Types][Classes][Procedures and functions][Variables][Index] [#lcl]

ShowHelpFile

Displays a Help file with the given file name and MIME type.

Declaration

Source position: helpintfs.pas line 281

function ShowHelpFile(

  const Filename: string;

  const Title: string;

  const MimeType: string;

  var ErrMsg: string

):TShowHelpResult;