Removes the configuration storage node with the specified path.
Source position: lazconfigstorage.pas line 74
public procedure TConfigStorage.DeletePath( |
const APath: string |
); |
APath |
|
Path to the node removed in the method. |
Calls ExtendPath to resolve APath to the CurrentBasePath for the storage. Calls DeleteFullPath to remove the resolved path to the storage node.
| Version 4.4 | Generated 2025-11-08 | Home |