[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'LazConfigStorage' (#lazutils)

TConfigStorage.ExtendPath

Resolves a relative node path to the current base path for the storage mechanism.

Declaration

Source position: lazconfigstorage.pas line 77

public function TConfigStorage.ExtendPath(

  const APath: string

):string;

Arguments

APath

  

Relative node path extended with the value in CurrentBasePath.

Function result

Path to a node after it has been resolved to CurrentBasePath.

Description

Inserts the value in CurrentBasePath as a prefix for the value in APath.


Version 4.0 Generated 2025-05-03 Home