diff --git a/components/tvplanit/examples/datastores/readme.txt b/components/tvplanit/examples/datastores/readme.txt new file mode 100644 index 000000000..e3b6f3aef --- /dev/null +++ b/components/tvplanit/examples/datastores/readme.txt @@ -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" \ No newline at end of file diff --git a/components/tvplanit/examples/navbar/readme.txt b/components/tvplanit/examples/navbar/readme.txt new file mode 100644 index 000000000..cce8dce09 --- /dev/null +++ b/components/tvplanit/examples/navbar/readme.txt @@ -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. \ No newline at end of file diff --git a/components/tvplanit/examples/runtime/readme.txt b/components/tvplanit/examples/runtime/readme.txt new file mode 100644 index 000000000..224a9aa0b --- /dev/null +++ b/components/tvplanit/examples/runtime/readme.txt @@ -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. \ No newline at end of file