tvplanit: Update/add some readme files.

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@5042 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
wp_xxyyzz
2016-07-28 22:01:33 +00:00
parent ba7e8c8e0c
commit 28fbce4056
2 changed files with 7 additions and 3 deletions

View File

@@ -1,14 +1,16 @@
The folder "datastores" collects some demo projects to show usage of the The folder "datastores" collects some demo projects to show usage of the
various datastores that come along with TvPlanIt: various datastores that come along with TvPlanIt:
- TBufDsDatastore in folder "bufdataset" - TVpBufDsDatastore in folder "bufdataset" (for TBufDataset)
- TVpFirebirdDatastore in folder "fb" (for Firebird databases using SQLDB)
- TVpFlexDatastore in folder "flex" (two projects, one for Access, one for - TVpFlexDatastore in folder "flex" (two projects, one for Access, one for
sqlite3 database) sqlite3 database)
- TVpIniDatastore in folder "ini" - TVpIniDatastore in folder "ini" (for ini files)
- TVpSqlite3Datastore in folder "sqlite3" - TVpSqlite3Datastore in folder "sqlite3" (for SQLite3 database using SQLDB)
- TVpZeosDatastore in folder "zeos" - TVpZeosDatastore in folder "zeos"
requires installation of package "laz_visualplanit_zeos" requires installation of package "laz_visualplanit_zeos"

View File

@@ -0,0 +1,2 @@
This project in folder "gadgets" demonstrates the "gadgets" of the Visual PlanIt
package: an analog/digital clock and a LED display.