Writes the JSON data to file
Source position: jsonini.pp line 78
public procedure TJSONIniFile.UpdateFile; override; overload; |
const AFileName: string |
); overload; |
AFileName |
|
The file name to write JSON data to |
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.
|
Creates a new TJSONIniFile instance |
|
|
Controls when changes are written to file |