[Overview][Classes][Procedures and functions][Index] |
Name of the root JSON object in the JSON file where session properties are stored.
Source position: jsonpropstorage.pas line 44
public property TCustomJSONPropStorage.RootObjectPath : string |
RootObjectPath is a String property with the path to the JSON element where the SessionProperties for the form (or frame) are stored in the JSON file. When assigned, its value is used as the RootSection for the class instance. When not assigned, the component name hierarchy up to the Root object is used.
Use JSONFileName to specify the name for the JSON file used to store session property values.
Use Active to enable or disable read or write operations using the JSON storage mechanism.
|
Name of the file where the session property names and values are saved in JSON format. |
|
|
Gets the path needed to represent the section for the Root (Owner) component. |
Version 4.0 | Generated 2025-05-03 | Home |