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

TConfigStorage.DeleteFullPathValue

Defines the method used to delete the node with the specified full path name from the configuration storage.

Declaration

Source position: lazconfigstorage.pas line 43

protected procedure TConfigStorage.DeleteFullPathValue(

  const APath: string

); virtual; abstract;

Arguments

APath

  

Fully-qualified path name for the node deleted in the method.

Description

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.

See also

TConfigStorage.DeleteValue

  

Deletes the value stored for the specified path.


Version 4.0 Generated 2025-05-03 Home