Deletes the value stored for the specified path.
Source position: lazconfigstorage.pas line 75
public procedure TConfigStorage.DeleteValue( |
const APath: string |
); |
APath |
|
Relative path to the node removed in the method. |
Calls ExtendPath to resolve APath to the CurrentBasePath for the storage. Calls DeleteFullPathValue to remove value for the resolved node path.
| Version 4.4 | Generated 2025-11-08 | Home |