[Overview][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'LazHelpIntf' (#lcl)

THelpBasePathObject

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Stores the base file path for help databases.

Declaration

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;

Inheritance

THelpBasePathObject

  

Stores the base file path for help databases.

|

TPersistent,IFPObserved

|

TObject

Description

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.

See also

THelpDatabases.GetBaseDirectoryForBasePathObject

  

Gets the directory for the base path object in the help databases.

THelpDatabases.GetBaseURLForBasePathObject

  

Gets a URL representing the base path object for the help databases.


Version 3.2 Generated 2024-02-25 Home