[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Defines the method used to remove the node at the specified path from the configuration storage.
Source position: lazconfigstorage.pas line 42
protected procedure TConfigStorage.DeleteFullPath( |
const APath: string |
); virtual; abstract; |
APath |
|
Path to the node deleted in the method. |
DeleteFullPath is an abstract virtual method in TConfigStorage. It must be implemented in a descendent class to perform actions needed to remove the specified node from the storage mechanism for the class instance.
DeleteFullPath always physically removes the node at the specified path. Use SetDeleteFullPathValue to update or remove a node using a value and default value.
DeleteFullPath is used to implement the DeletePath method.
|
Implements the method used to remove the node at the specified path from the configuration storage. |
Version 4.0 | Generated 2025-05-03 | Home |