Defines the method used to delete the node with the specified full path name from the configuration storage.
Source position: lazconfigstorage.pas line 43
protected procedure TConfigStorage.DeleteFullPathValue( |
const APath: string |
); virtual; abstract; |
APath |
|
Fully-qualified path name for the node deleted in the method. |
DeleteFullPathValue is an abstract virtual method in TConfigStorage used to delete the node with the path name specified in APath. It must be implemented in a descendent class to access the storage mechanism for the derived class instance.
DeleteFullPathValue is used to implement the DeleteValue method.
|
Deletes the value stored for the specified path. |
| Version 4.4 | Generated 2025-11-08 | Home |