[Overview][Classes][Procedures and functions][Index] |
Implements reading of a value from the underlying storage container.
Source position: xmlpropstorage.pas line 52
public function TCustomXMLPropStorage.DoReadString( |
const Section: string; |
const Ident: string; |
const TheDefault: string |
):string; override; |
Section |
|
The section to be read. |
Ident |
|
The ident to be read. |
TheDefault |
|
If no value is available then return this as the default value. |
The value of the section/ident requested.
Version 4.0 | Generated 2025-05-03 | Home |