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

TConfigStorage.DeleteFullPath

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

Declaration

Source position: lazconfigstorage.pas line 42

protected procedure TConfigStorage.DeleteFullPath(

  const APath: string

); virtual; abstract;

Arguments

APath

  

Path to the node deleted in the method.

Description

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.

See also

TConfigMemStorage.DeleteFullPath

  

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


Version 4.0 Generated 2025-05-03 Home