[Overview][Classes][Procedures and functions][Index] |
Name of the file where the session property names and values are saved in JSON format.
Source position: jsonpropstorage.pas line 43
public property TCustomJSONPropStorage.JSONFileName : string |
JSONFileName is a String property which contains the name for the JSON file used to read and write SessionProperties values in the class instance. Its value is used in GetJSONFileName to determine the file name used in JSONConf when the storage mechanism is allocated for the class instance. An explicit value assigned to the property is used when available.
When not assigned (''), a file name based on the executable file name is used. For example:
|
Gets the value for the JSONFileName property. |
|
|
TJSONConfig instance used to store path/value pairs. |
Version 4.0 | Generated 2025-05-03 | Home |