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

TJSONIniFile.WriteInt64

Writes a 64-bit integer value to the JSON ini file

Declaration

Source position: jsonini.pp line 71

public procedure TJSONIniFile.WriteInt64(

  const Section: string;

  const Ident: string;

  Value: Int64

); override;

Arguments

Section

  

The section name to write to

Ident

  

The key name to write

Value

  

The 64-bit integer value to write

Description

WriteInt64 writes a 64-bit integer value to the specified section and key. The value is stored as a JSON number in the underlying JSON object. If the section does not exist, it is created automatically.

See also

ReadInt64

  

Reads a 64-bit integer value from the JSON ini file

WriteInteger

  

Writes an integer value to the JSON ini file


Documentation generated on: Jan 27 2026