lazarus/examples/treeview
2022-05-17 20:50:08 +00:00
..
README.txt Examplesmv restructure examples dir much like it used to be 2022-05-17 20:50:08 +00:00
treeview.ex-meta Examplesmv restructure examples dir much like it used to be 2022-05-17 20:50:08 +00:00
tv_add_remove_u1.lfm Examplesmv restructure examples dir much like it used to be 2022-05-17 20:50:08 +00:00
tv_add_remove_u1.pas Examplesmv restructure examples dir much like it used to be 2022-05-17 20:50:08 +00:00
TV_Add_Remove_U1.dfm Examplesmv restructure examples dir much like it used to be 2022-05-17 20:50:08 +00:00
TV_Add_Remove.dpr Examplesmv restructure examples dir much like it used to be 2022-05-17 20:50:08 +00:00
tv_add_remove.lpi Examplesmv restructure examples dir much like it used to be 2022-05-17 20:50:08 +00:00
TV_Add_Remove.res Examplesmv restructure examples dir much like it used to be 2022-05-17 20:50:08 +00:00

This demo was written by Andre .v.d. Merwe and marked public domain.
Quickly converted to Lazarus and FPC by Tom Lisjac <vlx@users.sourceforge.net>

The original source and an *excellent* tutorial on the TTreeview
component can be found here:

https://web.archive.org/web/20180423180227/http://users.iafrica.com/d/da/dart/Delphi/TTreeView/TreeView.html

(The original site at http://users.iafrica.com/d/da/dart/Delphi/TTreeView/TreeView.html
is not available any more).