[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'LazConfigStorage' (#lazutils)

TConfigMemStorage.DeleteFullPath

Implements the method used to remove the node at the specified path from the configuration storage.

Declaration

Source position: lazconfigstorage.pas line 118

protected procedure TConfigMemStorage.DeleteFullPath(

  const APath: string

); override;

Arguments

APath

  

Path to the node removed in the method.

Description

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.

See also

TConfigStorage.DeletePath

  

Removes the configuration storage node with the specified path.


Version 4.0 Generated 2025-05-03 Home