lazarus-ccr/components/tvplanit/examples
2016-09-03 15:09:35 +00:00
..
datastores tvplanit: Add mORMot datastore and example (kindly provided by forum user DonAlfredo, thank you). 2016-09-02 10:48:12 +00:00
fulldemo tvplanit: Add VpRESTserverDaemon and VpRESTserverRegister to mORMot example. Extend mORMot demo to connect to AWS (Amazon web service) server. (These are additions by DonAlfredo). 2016-09-03 15:09:35 +00:00
gadgets tvplanit: Fix gadgets demo for Laz 1.4.4. 2016-07-31 11:55:04 +00:00
mormot tvplanit: Add VpRESTserverDaemon and VpRESTserverRegister to mORMot example. Extend mORMot demo to connect to AWS (Amazon web service) server. (These are additions by DonAlfredo). 2016-09-03 15:09:35 +00:00
navbar tvplanit: Fix TVpClock. Add example. Some refactoring and cosmetic changes. 2016-07-28 21:22:54 +00:00
runtime tvplanit: Simplify linking of runtime created datastores to dependent controls. 2016-09-02 16:31:27 +00:00
tutorial tvplanit: Add tutorial sources (see wiki). Improved painting of "today" in MonthView. 2016-08-01 17:09:52 +00:00
readme.txt tvplanit: add readme file for the examples folder. 2016-08-01 17:20:11 +00:00

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

- 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)