From 467824d41d4ab7fb95a9465013efc08fc82b85d6 Mon Sep 17 00:00:00 2001 From: wp_xxyyzz Date: Thu, 15 Dec 2022 13:09:01 +0000 Subject: [PATCH] GridPrinter: Update a readme file. git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8653 8e941d3f-bd1b-0410-a28a-d453659cc2b4 --- components/gridprinter/examples/readme.txt | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/components/gridprinter/examples/readme.txt b/components/gridprinter/examples/readme.txt index c99a9c4b4..9c93528fb 100644 --- a/components/gridprinter/examples/readme.txt +++ b/components/gridprinter/examples/readme.txt @@ -5,7 +5,10 @@ TGridPrintPreviewDialog: - "stringgrid" - how to print a stringgrid - "stringgrid_formatted" - like "stringgrid" sample, but the stringgrid here has extra formatting due to the OnPrepareCanvas event handler. -- "dbgrid" - how to print a DBGrid +- "stringgrid_columns" - tests whether the Alignment and Layout properties of + TGridColumn are passed to the GridPrinter automatically. +- "dbgrid" - how to print a DBGrid using RecNo +- "dbgrid2" - how to print a DBGrid using bookmarks - "multi-language" - like "stringgrid" sample, but now as a multi-language application. Additional translations are welcome. - "actions" - demonstrates application of the GridPrinter standard actions in @@ -15,6 +18,6 @@ Data used in the grids are auto-generated dummy data. The csv data file in the "actions" folder is taken from https://people.math.sc.edu/Burkardt/datasets/csv/csv.html (license GNU LGPL). -Icons used in the demo are from the Lazarus "general-purpose" images, provided +Icons used in the demos are from the Lazarus "general-purpose" images, provided by Roland Hahn (license: Creative Commons CC0 1.0 Universal, freely available, no restrictions in usage). \ No newline at end of file