Unit 'IniPropStorage' Package
[Overview][Types][Classes][Procedures and functions][Index] [#lcl]

TCustomIniPropStorage.DoReadString

Implements the actual reading of a value from the underlying storage container.

Declaration

Source position: inipropstorage.pas line 43

public function TCustomIniPropStorage.DoReadString(

  const Section: string;

  const Ident: string;

  const default: string

):string; override;

Arguments

Section

  

The section to be read.

Ident

  

The ident to be read.

default

  

If has no value then return this as default.

Function result

The value of the section/ident requested.