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

TConfigStorage.DeleteValue

Deletes the value stored for the specified path.

Declaration

Source position: lazconfigstorage.pas line 75

public procedure TConfigStorage.DeleteValue(

  const APath: string

);

Arguments

APath

  

Relative path to the node removed in the method.

Description

Calls ExtendPath to resolve APath to the CurrentBasePath for the storage. Calls DeleteFullPathValue to remove value for the resolved node path.


Version 4.0 Generated 2025-05-03 Home