Rosi Shared FormsUnits Class Hierarchy Classes, Interfaces, Objects and Records Types Variables Constants Functions and Procedures Identifiers
|
Unit rDBPrint
Description
rDBPrint provides universal dialog for printing of data from DBGrid, rDBRecView and TreeView/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 TreeView/rDBTreeView |
Functions and Procedures
procedure DBPrint(DBGrid: TCustomDBGrid; SetColumns, SetFilter: boolean; RepCaption: string); overload; |
procedure DBPrint(Dataset: TDataset; SetColumns, SetFilter: boolean; RepCaption: string); overload; |
procedure DBPrint(rDBRecView: TrDBRecView; RepCaption: string); overload; |
procedure DBPrint(TreeView: TCustomTreeView; RepCaption: string); overload; |
procedure DBPrint(rStringGridEd: TrStringGridEd; RepCaption: string); overload; |
procedure DBPrintDataset(Dataset: TDataset; SetColumns, SetFilter: boolean; RepCaption: string); deprecated 'use DBPrint instead'; |
procedure DBPrintRecView(rDBRecView: TrDBRecView; RepCaption: string); deprecated 'use DBPrint instead'; |
procedure DBPrintTreeView(TreeView: TCustomTreeView; RepCaption: string); deprecated 'use DBPrint instead'; |
procedure DBPrintStringGrid(rStringGridEd: TrStringGridEd; RepCaption: string); deprecated 'use DBPrint instead'; |
Variables
Description
Functions and Procedures
procedure DBPrint(DBGrid: TCustomDBGrid; SetColumns, SetFilter: boolean; RepCaption: string); overload; |
Show rDBPrint dialog for DBGrid and let user to define page orientation, font size, columns to print etc...
|
procedure DBPrint(Dataset: TDataset; SetColumns, SetFilter: boolean; RepCaption: string); overload; |
Show rDBPrint dialog for Dataset and let user to define page orientation, font size, columns to print etc...
|
procedure DBPrint(rDBRecView: TrDBRecView; RepCaption: string); overload; |
Show rDBPrint dialog for rDBRecView and let user to define page orientation, font size, columns to print etc...
|
procedure DBPrint(TreeView: TCustomTreeView; RepCaption: string); overload; |
Show rDBPrint dialog for TreeView/rDBTreeView and let user to define page orientation, font size, columns to print etc...
|
procedure DBPrint(rStringGridEd: TrStringGridEd; RepCaption: string); overload; |
Show rDBPrint dialog for rStringGridEd and let user to define page orientation, font size etc...
|
procedure DBPrintDataset(Dataset: TDataset; SetColumns, SetFilter: boolean; RepCaption: string); deprecated 'use DBPrint instead'; |
Warning: this symbol is deprecated: use DBPrint instead
Show rDBPrint dialog for Dataset and let user to define page orientation, font size, columns to print etc...
|
procedure DBPrintRecView(rDBRecView: TrDBRecView; RepCaption: string); deprecated 'use DBPrint instead'; |
Warning: this symbol is deprecated: use DBPrint instead
Show rDBPrint dialog for rDBRecView and let user to define page orientation, font size, columns to print etc...
|
procedure DBPrintTreeView(TreeView: TCustomTreeView; RepCaption: string); deprecated 'use DBPrint instead'; |
Warning: this symbol is deprecated: use DBPrint instead
Show rDBPrint dialog for TreeView/rDBTreeView and let user to define page orientation, font size, columns to print etc...
|
procedure DBPrintStringGrid(rStringGridEd: TrStringGridEd; RepCaption: string); deprecated 'use DBPrint instead'; |
Warning: this symbol is deprecated: use DBPrint instead
Show rDBPrint dialog for rStringGridEd and let user to define page orientation, font size, columns to print etc...
|
Variables
Author
Created
May 2006
Last Modified
Jan 2021
Generated by PasDoc 0.15.0.
|