[Overview][Classes][Procedures and functions][Index] |
Gets the String value stored at the specified path in the XML storage.
Source position: xmlpropstorage.pas line 82
protected function TXMLConfigStorage.GetFullPathValue( |
const APath: string; |
const ADefault: string |
):string; override; |
const APath: string; |
ADefault: Integer |
):Integer; override; |
const APath: string; |
ADefault: Boolean |
):Boolean; override; |
APath |
|
Path to the XML node with the requested value. |
ADefault |
|
Default value returned if APath is not found in the internal storage. |
Value retrieved from the internal storage, or ADefault when the path is not found.
APath |
|
Path to the XML node with the requested value. |
ADefault |
|
Default value returned if APath is not found in the internal storage. |
APath |
|
Path to the XML node with the requested value. |
ADefault |
|
Default value returned if APath is not found in the internal storage. |
Calls the GetValue method for the internal TXMLConfig instance.
Version 4.0 | Generated 2025-05-03 | Home |