Unit rDBPrintDirect
Description
rDBPrintDirect provides universal dialog for printing of data from DBGrid, rDBRecView and rDBTreeView. Unit uses TPrinter to print data directy to printer without RTFReport2.
Full functional demo
Overview
Classes, Interfaces, Objects and Records
Functions and Procedures
Variables
Description
Functions and Procedures
procedure DBPrintDirect(DBGrid: TDBGrid; SetColumns, SetFilter: boolean; RepCaption: string); |
Show rDBPrintDirect dialog for DBGrid and let user to define page orientation, font size, columns to print etc...
|
procedure DBPrintDirectStringGrid(rStringGridEd: TrStringGridEd; RepCaption: string); |
Show rDBPrintDirect dialog for DBGrid and let user to define page orientation, font size, columns to print etc...
|
procedure DBPrintDirectRecView(rDBRecView: TrDBRecView; RepCaption: string); |
Show rDBPrintDirect dialog for rDBRecView and let user to define page orientation, font size, columns to print etc...
|
procedure DBPrintDirectTreeView(rDBTreeView: TrDBTreeView; RepCaption: string); |
Show rDBPrintDirect dialog for rDBTreeView and let user to define page orientation, font size, columns to print etc...
|
Variables
Author
Created
Nov 2012
Last Modified
Sep 2015
Generated by PasDoc 0.13.0 on 2016-10-19 12:19:08
|