Unit 'JsonIni' Package
[Overview][Classes][Index] [#fcl]

TJSONIniFile.ReadFloat

Reads a floating-point value from the JSON ini file

Declaration

Source position: jsonini.pp line 63

public function TJSONIniFile.ReadFloat(

  const Section: string;

  const Ident: string;

  Default: Double

):Double; override;

Arguments

Section

  

The section name to read from

Ident

  

The key name to read

Default

  

Default value to return if key not found or conversion failed

Function result

The floating-point value or default if key not found or conversion failed

Description

ReadFloat reads a floating-point value from the specified section and key. If the stored value is a JSON number, it is converted to Double. If the stored value is a string, it attempts to parse it as a floating-point number using both localized and non-localized formats. If the key is not found or conversion fails, the Default value is returned.

See also

WriteFloat

  

Writes a floating-point value to the JSON ini file


Documentation generated on: Jan 27 2026