TJSONPropStorage

laz Json Prop Storage

[Overview][Classes][Index] Reference for unit 'JSONPropStorage' (#lazJsonPropStorage)

TJSONPropStorage

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Implements the final class for the JSON Form Session Properties.

Declaration

Source position: JSONPropStorage.pas line 58

type TJSONPropStorage = class(TCustomJSONPropStorage) end;

published

  property StoredValues;

  

Object that can contain other property/value pairs

  property JSONFileName: string;

  

Name of the file where the property data is saved in JSON format.

  property Formatted: Boolean;

  

This determines if the JSON file is formatted or not.

  property Active;

  

This determines if the object is active or not.

  property OnSavingProperties;

  

Called before saving the properties.

  property OnSaveProperties;

  

Called after saving the properties.

  property OnRestoringProperties;

  

Called before restoring the properties.

  property OnRestoreProperties;

  

Called after restoring the properties.

Inheritance

TJSONPropStorage

  

Implements the final class for the JSON Form Session Properties.

|

TCustomJSONPropStorage

  

Implements the base class for the JSON Form's Session Properties Storage.

|

TFormPropertyStorage

?

TObject

See also

TForm.SessionProperties

TINIPropStorage

TXMLPropStorage