lazarus-ccr/components/tvplanit/examples
2019-01-15 22:14:01 +00:00
..
datastores tvplanit: Fix sqlite3 and firebird datastores crashing due to non-specified database names. Fix double-click in VpWeekView to use correct date. Fix some compilation issues of demos. 2019-01-15 22:14:01 +00:00
fulldemo
gadgets
mormot
navbar
runtime
tutorial
readme.txt

The folder "examples" contains a series of demo projects which show how the
VisualPlanIt components can be applied.

- datastores: there is a subfolder for each type of datastore supported by
  VisualPlanIt. Every folder contains the same project, the projects differ
  only by the type of datastore used:
  - bufdataset: demonstrates usage of TVpBufDSDatastore
  - fb: demonstrates usage of TVpFirebirdDatastore
  - flex: demonstrates usage of TVpFlexDatastore
  - ini: demonstrates usage of TVpIniDatastore
  - sqlite3: demonstrates usage of TVpSqlite3Datastore
  - xml: demonstrates usage of TVpXmlDatastore
  - zeos: demonstrates usage of TVpZeosDatastore
  
- fulldemo: a combined demo addressing (almost) every feature of the 
  VisualPlanIt package including printing and the navigation bar.
  
- gadgets: demonstrates usage of TVpClock and TVpLEDDisplay

- mormot: demonstrates cooperation of VisualPlanIt with mORMot. The folder 
  contains a dedicated mORMot datastore and a server and simple client project.

- navbar: demonstrates usage of TVpNavBar

- runtime: a simple demo in which components are created at runtime. Does not
  require installation of the package.
  
- tutorial: the project explained in the wiki's tutorial 
  (http://wiki.freepascal.org/Turbopower_Visual_PlanIt)