Config¶
Configuration related types and methods. These can be used to save script and library configurations in either JSON or INI formats.
TConfigJSON¶
Type responsible for dealing with JSON configuration files.
TConfigJSON.Setup¶
procedure TConfigJSON.Setup(jsonFile: String);
Main method to setup your TConfigJSON
TConfigJSON.SaveConfig¶
procedure TConfigJSON.SaveConfig();
Used to save your TConfigJSON
.