[Overview][Constants][Types][Classes][Procedures and functions][Index] |
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.0 | Generated 2025-05-03 | Home |