tvplanit: Add readme.txt to some example folders.

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@5036 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
wp_xxyyzz
2016-07-26 11:32:22 +00:00
parent 0f2858fb37
commit 6c2d1ede9b
3 changed files with 21 additions and 0 deletions

View File

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

View File

@ -0,0 +1,3 @@
This project in folder "navbar" shows how to use the TVpNavBar component of
the TvPlanit package. It demonstrates directly the effect of some properties
modified at runtime.

View File

@ -0,0 +1,4 @@
This project in folder "runtime" creates VisualPlanit components at runtime.
It uses a TVpBufDSDatastore, as well as a TVpDayView, TVpWeekView, TVpMonthView,
and a TVpResourceCombo control.