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

TXMLConfig.SetDeleteExtendedValue

Updates or removes the Extended value at the specified path.

Declaration

Source position: laz2_xmlcfg.pas line 128

public procedure TXMLConfig.SetDeleteExtendedValue(

  const APath: string;

  const AValue: extended;

  const DefValue: extended

);

Arguments

APath

  

Path specifier to the node affected in the method.

AValue

  

Value stored at the specified path.

DefValue

  

Value which indicates the node should be removed instead of updated.

See also

TXmlConfig.SetDeleteValue

  

Updates or removes the value stored at the specified path.

TXmlConfig.DeleteValue

  

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

TXMLConfig.DeletePath

  

Deletes the DOM node at the specified path in the Document.

TXmlConfig.GetValue

  

Gets the value from the DOM node at the specified path in the XML configuration file.

TXmlConfig.SetValue

  

Sets the value in a DOM node at the specified path.


Version 4.0 Generated 2025-05-03 Home