GridPrinter: Add standard actions for printing/previewing a grid.

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8596 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
wp_xxyyzz
2022-11-09 16:14:31 +00:00
parent 39089540a1
commit d48f33a70d
22 changed files with 928 additions and 18 deletions

View File

@@ -0,0 +1,6 @@
The project "gridprinteractions_demo" shows that, using the GridPrinter standard
actions, it is possible to print a grid without having to write a single line
of code.
The sample csv file, pollution.csv, is taken from
https://people.math.sc.edu/Burkardt/datasets/csv/csv.html (license GNU LPGL).