Difference between revisions of "GridPrinter"

From Lazarus wiki
Jump to navigationJump to search
(Created page with "{{GridPrinter}} ==About== right|GridPrinter <b><tt>TGridPrinter</tt></b> is a component to simplify print of string grids or other descendant...")
 
Line 3: Line 3:
 
==About==
 
==About==
 
[[Image:GridPrinter v0.2.0.png|right|GridPrinter]]
 
[[Image:GridPrinter v0.2.0.png|right|GridPrinter]]
<b><tt>TGridPrinter</tt></b> is a component to simplify print of string grids or other descendants of TCustomGrid. It is bundled together with a ready-made print preview dialog, <b><tt>TGridPrintPreviewDialog</tt></b>, as well as standard actions to trigger printing or to show the preview dialog without writing a single line of code.
+
<b><tt>TGridPrinter</tt></b> is a component to simplify printing of string grids or other descendants of TCustomGrid. It is bundled together with a ready-made print preview dialog, <b><tt>TGridPrintPreviewDialog</tt></b>, as well as standard actions to trigger printing or to show the preview dialog without writing a single line of code.
  
 
==Author==
 
==Author==

Revision as of 19:29, 9 November 2022

Template:GridPrinter

About

GridPrinter

TGridPrinter is a component to simplify printing of string grids or other descendants of TCustomGrid. It is bundled together with a ready-made print preview dialog, TGridPrintPreviewDialog, as well as standard actions to trigger printing or to show the preview dialog without writing a single line of code.

Author

Werner Pamler

License

Modified LGPL-2 (with linking exception, like Lazarus LCL)

Download and Installation

Release version

The package is made available for installation by the Online-Package-Manager. Additionally, a zip file with the most recent release version can be found at Lazarus CCR at SourceForge; unzip the file into any folder.

Development version

The current development version is hosted at Lazarus CCR. Use SVN to check it out, or download the zipped snapshot from this page.