[Overview][Classes][Procedures and functions][Index] |
Deletes the value stored in the DOM node at the specified path.
Source position: laz2_xmlcfg.pas line 138
public procedure TXMLConfig.DeleteValue( |
const APath: string |
); |
APath |
|
Path to the DOM node affected in the method. |
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. |
|
TXMLConfig Path Syntax. |
|
|
Retrieves the DOM node with the specified path. |
Version 4.0 | Generated 2025-05-03 | Home |