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