[Overview][Types][Classes][Procedures and functions][Index] |
Constructor for the class instance.
Source position: lazhelphtml.pas line 101
public constructor THTMLBrowserHelpViewer.Create( |
TheOwner: TComponent |
); override; |
TheOwner |
|
Owner of the class instance. |
Create is the overridden constructor for the class instance. Create calls the inherited constructor using the value in TheOwner as the owner for the class instance.
Create ensures that the 'text/html' MIME type is included in the MIME types supported in the HTML help viewer. Create also sets the default value for the BrowserParams property to '%s'. The value in the ParameterHelp property is set to the constant hhsHelpTheMacroSInBrowserParamsWillBeReplacedByTheURL.
|
Parameters passed to the browser application to display a HTML help topic. |
|
|
Contains a help message describing how parameters are used in the help viewer. |
Version 4.0 | Generated 2025-05-03 | Home |