[Overview][Classes][Procedures and functions][Index] |
Sets the value for the specified path.
Source position: xmlpropstorage.pas line 85
protected procedure TXMLConfigStorage.SetFullPathValue( |
const APath: string; |
const AValue: string |
); override; |
const APath: string; |
AValue: Integer |
); override; |
const APath: string; |
AValue: Boolean |
); override; |
APath |
|
Path to the XML node where the value is stored. |
AValue |
|
Value stored in the XML node for the specified path. |
APath |
|
Path to the XML node where the value is stored. |
AValue |
|
Value stored in the XML node for the specified path. |
APath |
|
Path to the XML node where the value is stored. |
AValue |
|
Value stored in the XML node for the specified path. |
Version 4.0 | Generated 2025-05-03 | Home |