[Overview][Classes][Procedures and functions][Index] |
Sets the value for or deletes the XML node at the specified path.
Source position: xmlpropstorage.pas line 86
protected procedure TXMLConfigStorage.SetDeleteFullPathValue( |
const APath: string; |
const AValue: string; |
const DefValue: string |
); override; |
const APath: string; |
AValue: Integer; |
DefValue: Integer |
); override; |
const APath: string; |
AValue: Boolean; |
DefValue: Boolean |
); override; |
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. |
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. |
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 |