Unit 'JSONPropStorage' Package
[Overview][Classes][Procedures and functions][Index] [#lcl]

TCustomJSONPropStorage

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

Declaration

Source position: jsonpropstorage.pas line 21

type TCustomJSONPropStorage = class(TFormPropertyStorage)

protected

  function GetJSONFileName; virtual;

  

  function RootSection; override;

  

  function GetFormatted;

  

  procedure SetFormatted();

  

  function FixPath(); virtual;

  

  property JSONConf: TJSONConfig; [r]

  

public

  procedure StorageNeeded(); override;

  

  procedure FreeStorage; override;

  

  function DoReadString(); override;

  

  procedure DoWriteString(); override;

  

  procedure DoEraseSections(); override;

  

  property JSONFileName: string; [rw]

  

  property RootObjectPath: string; [rw]

  

  property Formatted: Boolean; [rw]

  

end;

Inheritance

TCustomJSONPropStorage

  

|

TFormPropertyStorage

  

TFormPropertyStorage - class for storage of a Form's properties.

|

TControlPropertyStorage

  

Implements the abstract ancestor class used to get the property list for a control.

|

TCustomPropertyStorage

  

|

TObject



CT Web help

CodeTyphon Studio