Unit rDBPrint
Description
rDBPrint provides universal dialog for printing of data from DBGrid, rDBRecView and rDBTreeView. Unit uses RTFReport2 component and predefined RTF templates to print data.
Full functional demo
Overview
Classes, Interfaces, Objects and Records
Class TrDBPrintForm |
provides universal dialog for printing of data from DBGrid, rDBRecView and rDBTreeView |
Functions and Procedures
procedure DBPrint(DBGrid: TDBGrid; SetColumns, SetFilter: boolean; RepCaption: string); |
procedure DBPrintStringGrid(rStringGridEd: TrStringGridEd; RepCaption: string); |
procedure DBPrintRecView(rDBRecView: TrDBRecView; RepCaption: string); |
procedure DBPrintTreeView(rDBTreeView: TrDBTreeView; RepCaption: string); |
Variables
Description
Functions and Procedures
procedure DBPrint(DBGrid: TDBGrid; SetColumns, SetFilter: boolean; RepCaption: string); |
Show rDBPrint dialog for DBGrid and let user to define page orientation, font size, columns to print etc...
|
procedure DBPrintStringGrid(rStringGridEd: TrStringGridEd; RepCaption: string); |
Show rDBPrint dialog for rStringGridEd and let user to define page orientation, font size etc...
|
procedure DBPrintRecView(rDBRecView: TrDBRecView; RepCaption: string); |
Show rDBPrint dialog for rDBRecView and let user to define page orientation, font size, columns to print etc...
|
procedure DBPrintTreeView(rDBTreeView: TrDBTreeView; RepCaption: string); |
Show rDBPrint dialog for rDBTreeView and let user to define page orientation, font size, columns to print etc...
|
Variables
Author
Created
May 2006
Last Modified
Sep 2015
Generated by PasDoc 0.13.0 on 2016-01-23 23:44:07
|