[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 121

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.