[Overview][Classes][Procedures and functions][Index] Reference for unit 'JSONPropStorage' (#lcl)

TCustomJSONPropStorage.DoReadString

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

Declaration

Source position: jsonpropstorage.pas line 39

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.

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