TCustomJSONPropStorage.DoReadString

laz Json Prop Storage

[Overview][Classes][Index] Reference for unit 'JSONPropStorage' (#lazJsonPropStorage)

TCustomJSONPropStorage.DoReadString

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

Declaration

Source position: JSONPropStorage.pas line 48

public function TCustomJSONPropStorage.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.