lazarus-ccr/components/tvplanit/examples
2023-10-12 14:13:03 +00:00
..
calendar tvplanit: Fix runtime error in calendar demo. 2022-12-29 23:03:48 +00:00
datastores TvPlanIt: Fix leaving orphan events, tasks and contacts in an json datastore when a resource is deleted. 2023-10-12 14:13:03 +00:00
dayview_wrapstyle TvPlanIt: Improved inplace editor. Scaling of event images in Category combobox if they are too high 2023-07-22 17:41:38 +00:00
fulldemo TvPlanIt: Improved inplace editor. Scaling of event images in Category combobox if they are too high 2023-07-22 17:41:38 +00:00
gadgets tvplanit: Fix LCLScaling in TVpLEDLabel and TVpClock. Some refactoring. 2022-09-11 22:34:04 +00:00
gantt TvPlanit: Update Gantt demo. 2023-10-09 22:53:18 +00:00
localization tvplanit: Activate LCLScaling in translations_demo. 2022-10-14 12:46:29 +00:00
mormot tvplanit: Fix compilation of mormot demos 2017-05-20 22:49:55 +00:00
navbar TvPlanIt: Fix drag-and-drop in TNavBar. 2023-08-07 13:32:47 +00:00
printing tvplanit: Fix crash in print format component editor when the print format contains a GanttView. 2022-10-15 13:03:27 +00:00
runtime TvPlanIt: Sanity check with FPC 3.2 2020-11-30 20:55:49 +00:00
tutorial TvPlanIt: Sanity check with FPC 3.2 2020-11-30 20:55:49 +00:00
readme.txt tvplanit: Move mormot full demo to mormot sample folder 2016-09-17 17:30:13 +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

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