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

TXMLConfig.SetDeleteValue

Updates or removes the value at the specified path

Declaration

Source position: laz2_xmlcfg.pas line 112

public procedure TXMLConfig.SetDeleteValue(

  const APath: string;

  const AValue: string;

  const DefValue: string

);

procedure TXMLConfig.SetDeleteValue(

  const APath: string;

  AValue: Int64;

  DefValue: Int64

);

procedure TXMLConfig.SetDeleteValue(

  const APath: string;

  AValue: Boolean;

  DefValue: Boolean

);

procedure TXMLConfig.SetDeleteValue(

  const APath: string;

  const AValue: TRect;

  const DefValue: TRect

);

Arguments

APath

  

Path specifier for the value affected in the method.

AValue

  

Value to store at the specified path.

DefValue

  

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

Arguments

APath

  

Path specifier for the value affected in the method.

AValue

  

Value to store at the specified path.

DefValue

  

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

Arguments

APath

  

Path specifier for the value affected in the method.

AValue

  

Value to store at the specified path.

DefValue

  

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

Arguments

APath

  

Path specifier for the value affected in the method.

AValue

  

Value to store at the specified path.

DefValue

  

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