[Overview][Types][Classes][Procedures and functions][Index] |
Protocol and Path to the directory where HTML help files are stored for the HTML help database.
Source position: lazhelphtml.pas line 79
published property THTMLHelpDatabase.BaseURL : string |
BaseURL is a String property which contains the protocol and path used to access the HTML help files stored in the help database. The property value starts with a URL protocol like:
The property value must also include path information to the directory or location where the help files are stored. For 'file://' access, the path can be relative to application directory. For remote access, relative paths are not resolvable. An absolute path for the host platform can also be used.
For example:
BaseURL is used in the GetEffectiveBaseURL and ShowURL methods when a request URL is expanded / resolved to the storage location for the help database.
Use DefaultBaseURL to set the URL used when BaseURL is not resolvable or omitted. Use BuiltInBaseURL to access a value assigned in the Lazarus IDE Help options.
|
Displays a help viewer for the specified HTML help topic. |
|
|
Gets the effective Base URL used to access a topic in the HTML help database. |
|
|
Default value for the BaseURL used in the HTML help database. |
|
Version 4.0 | Generated 2025-05-03 | Home |