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

TConfigStorage.DeletePath

Removes the configuration storage node with the specified path.

Declaration

Source position: lazconfigstorage.pas line 74

public procedure TConfigStorage.DeletePath(

  const APath: string

);

Arguments

APath

  

Path to the node removed in the method.

Description

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


Version 4.0 Generated 2025-05-03 Home