From a2ef7bb6cdec6142df7f3450cc20a9f488f3acc8 Mon Sep 17 00:00:00 2001 From: wp_xxyyzz Date: Mon, 1 Aug 2016 17:20:11 +0000 Subject: [PATCH] tvplanit: add readme file for the examples folder. git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@5063 8e941d3f-bd1b-0410-a28a-d453659cc2b4 --- components/tvplanit/examples/readme.txt | 26 +++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 components/tvplanit/examples/readme.txt diff --git a/components/tvplanit/examples/readme.txt b/components/tvplanit/examples/readme.txt new file mode 100644 index 000000000..c098eaf39 --- /dev/null +++ b/components/tvplanit/examples/readme.txt @@ -0,0 +1,26 @@ +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) \ No newline at end of file