[Overview][Classes][Procedures and functions][Index] |
Implements the actual 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 has no value then return this as default. |
The value of the section/ident requested.
lazarus-ccr.sourceforge.net |