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

TCustomXMLPropStorage.DoReadString

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

Declaration

Source position: xmlpropstorage.pas line 52

public function TCustomXMLPropStorage.DoReadString(

  const Section: string;

  const Ident: string;

  const TheDefault: string

):string; override;

Arguments

Section

  

The section to be read.

Ident

  

The ident to be read.

TheDefault

  

If has no value then return this as default.

Function result

The value of the section/ident requested.