[Overview][Types][Classes][Procedures and functions][Index] Reference for unit 'IniPropStorage' (#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.

The latest version of this document can be found at lazarus-ccr.sourceforge.net.