[Overview][Classes][Procedures and functions][Index] Reference for unit 'JSONPropStorage' (#lcl)

Reference for unit 'JSONPropStorage'

Contains a component that stores Form Session Properties in JSON format.

uses

  Classes,

  sysutils,

  Forms,

  

Implements Forms, which are the basis for the LCL Graphical User Interface.

  JSONConf,

  

This unit contains the implementation of a path/value pair generic container in JSON format. See package: fcl-json.

  LazUTF8;

Overview

In this unit you can find an implementation of a name/value pair storage container using JSON (JavaScript Object Notation) format.

This container will get the Form's Session Properties that you setup in TForm.SessionProperties and read/write them on the file you specify on TJSONPropStorage.JSONFileName .


Version 3.2 Generated 2024-02-25 Home