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

TJSONIniFile.WriteBool

Writes a boolean value to the JSON ini file

Declaration

Source position: jsonini.pp line 72

public procedure TJSONIniFile.WriteBool(

  const Section: string;

  const Ident: string;

  Value: Boolean

); override;

Arguments

Section

  

The section name to write to

Ident

  

The key name to write

Value

  

The boolean value to write

Description

WriteBool writes a boolean value to the specified section and key. The value is stored as a JSON boolean (True or False) in the underlying JSON object. If the section does not exist, it is created automatically.

See also

ReadBool

  

Reads a boolean value from the JSON ini file


Documentation generated on: Jan 27 2026