[Overview][Classes][Procedures and functions][Index] Reference for unit 'XMLPropStorage' (#lcl)

TXMLConfigStorage.SetDeleteFullPathValue

Sets the value for or deletes the XML node at the specified path.

Declaration

Source position: xmlpropstorage.pas line 86

protected procedure TXMLConfigStorage.SetDeleteFullPathValue(

  const APath: string;

  const AValue: string;

  const DefValue: string

); override;

procedure TXMLConfigStorage.SetDeleteFullPathValue(

  const APath: string;

  AValue: Integer;

  DefValue: Integer

); override;

procedure TXMLConfigStorage.SetDeleteFullPathValue(

  const APath: string;

  AValue: Boolean;

  DefValue: Boolean

); override;

Arguments

APath

  

Path to the XML node with the value updated or removed in the method.

AValue

  

Value for the specified path. An empty value causes the path to be removed.

Arguments

APath

  

Path to the XML node with the value updated or removed in the method.

AValue

  

Value for the specified path. An empty value causes the path to be removed.

Arguments

APath

  

Path to the XML node with the value updated or removed in the method.

AValue

  

Value for the specified path. An empty value causes the path to be removed.


Version 4.0 Generated 2025-05-03 Home