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

TXMLConfig.DeleteValue

Deletes the value stored in the DOM node at the specified path.

Declaration

Source position: laz2_xmlcfg.pas line 138

public procedure TXMLConfig.DeleteValue(

  const APath: string

);

Arguments

APath

  

Path to the DOM node affected in the method.

Description

DeleteValue is a procedure used to remove the value for a DOM node stored at the path specified in APath. APath contains the path specifier which describes the hierarchy of elements and attributes needed to access the DOM node. See TXMLConfig Path Syntax for details about path specifiers.

DeleteValue calls the FindNode method to get the DOM node updated in the method.

Remark: No actions are performed in the method when a node cannot be found with the specified path.

See also

TXMLConfig-PathSyntax

  

TXMLConfig Path Syntax.

TXMLConfig.FindNode

  

Retrieves the DOM node with the specified path.


Version 4.0 Generated 2025-05-03 Home