| [Overview][Types][Classes][Procedures and functions][Variables][Index] | 
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Stores the base file path for help databases.
Source position: lazhelpintf.pas line 547
| type THelpBasePathObject = class(TPersistent) | ||
| protected | ||
| procedure SetBasePath(); virtual; | 
 | Sets the value for the BasePath property. | 
| public | ||
| constructor Create(); | 
 | Constructor for the class instance. | 
| property BasePath: string; [rw] | 
 | Represents the base file path for topics in a help database. | 
| end; | 
| 
 | Stores the base file path for help databases. | |
| | | ||
| | | ||
THelpBasePathObject is a TPersistent descendant used to represent the base file path for topics in help databases. It is used in the implementation of the THelpDatabases.GetBaseDirectoryForBasePathObject method.
| 
 | Gets the directory for the base path object in the help databases. | |
| 
 | Gets a URL representing the base path object for the help databases. | 
| Version 4.0 | Generated 2025-05-03 | Home |