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

TJSONIniFile.UpdateFile

Writes the JSON data to file

Declaration

Source position: jsonini.pp line 78

public procedure TJSONIniFile.UpdateFile; override; overload;

procedure TJSONIniFile.UpdateFile(

  const AFileName: string

); overload;

Arguments

AFileName

  

The file name to write JSON data to

Description

UpdateFile writes the current JSON data to the file. The method has two overloaded forms:

The JSON data is formatted with proper indentation before writing.

See also

Create

  

Creates a new TJSONIniFile instance

CacheUpdates

  

Controls when changes are written to file


Documentation generated on: Jan 27 2026