Appends the specified relative path to the existing value in CurrentBasePath.
Source position: lazconfigstorage.pas line 78
public procedure TConfigStorage.AppendBasePath( |
const Path: string |
); |
Path |
|
Relative path added to the value in CurrentBasePath. |
AppendBasePath is a method used to append the relative path specified for a node in Path to the value in the CurrentBasePath property. AppendBasePath ensures that a trailing path delimiter ('/') is appended to the value in CurrentBasePath when it not empty and does not already include the delimiter.
Use UndoAppendBasePath to remove a path node from the value in CurrentBasePath.
| Version 4.4 | Generated 2025-11-08 | Home |