xtool/contrib/mORMot/SQLite3/Samples/ThirdPartyDemos/EMartin/SynJSONTreeview
Razor12911 39fb5ae479 support for delphi 11.1 2022-05-13 19:02:12 +02:00
..
ReadMe.md source upload 2022-01-17 22:16:47 +02:00
Sample.json source upload 2022-01-17 22:16:47 +02:00
SynJSONTVEditor.dpr source upload 2022-01-17 22:16:47 +02:00
SynJSONTVEditor.res source upload 2022-01-17 22:16:47 +02:00
SynJSONTreeView.pas support for delphi 11.1 2022-05-13 19:02:12 +02:00
SynJSONTreeView.res source upload 2022-01-17 22:16:47 +02:00
fLevel.dfm source upload 2022-01-17 22:16:47 +02:00
fLevel.pas source upload 2022-01-17 22:16:47 +02:00
fMain.dfm source upload 2022-01-17 22:16:47 +02:00
fMain.pas source upload 2022-01-17 22:16:47 +02:00

ReadMe.md

TSynJSONTreeView

By EMartin (Esteban Martin).

Presentation

TSynJSONTreeView is a treeview supporting mORMot's JSON document, the allowed tasks are:

  • edit a node
  • delete a node
  • add a node
  • save to file
  • load from file
  • generate JSON to string variable
  • implement a custom input for edit/insert node

Forum Thread

See http://synopse.info/forum/viewtopic.php?id=3451

TODO

  • FPC support (I just use Windows)
  • Developed with Delphi 7, not tested with any other Delphi version.

License

Feel free to use and/or append to Lib and extend if needed.