[Overview][Types][Classes][Procedures and functions][Index] |
Implements the actual reading of a value from the underlying storage container.
Source position: inipropstorage.pas line 43
public function TCustomIniPropStorage.DoReadString( |
const Section: string; |
const Ident: string; |
const default: string |
):string; override; |
Section |
|
The section to be read. |
Ident |
|
The ident to be read. |
default |
|
If has no value then return this as default. |
The value of the section/ident requested.
lazarus-ccr.sourceforge.net |