[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Implements the method used to remove the node at the specified path from the configuration storage.
Source position: lazconfigstorage.pas line 118
protected procedure TConfigMemStorage.DeleteFullPath( |
const APath: string |
); override; |
APath |
|
Path to the node removed in the method. |
DeleteFullPath is an overridden method in TConfigMemStorage. 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. It calls a private method used to search nodes in the memory-based storage for the specified node path. When found, the node is removed.
DeleteFullPath is called from the DeletePath method.
|
Removes the configuration storage node with the specified path. |
Version 4.0 | Generated 2025-05-03 | Home |