Unit rDBExport

Description

rDBExport provides universal dialog for exporting data from DBGrid or Dataset; user can select export type, columns and scope of data; dialog provides export to TXT, SLK, Excel and report in RTF/DOCX/ODT format.

Full functional demo

Overview

Classes, Interfaces, Objects and Records

Name Description
Class TrDBExportForm universal dialog for exporting data from DBGrid or Dataset

Functions and Procedures

procedure DBExport(DBGrid: TCustomDBGrid; SetFilter: boolean = true; SetColumn: boolean = true; BlockReport: boolean = false; ExportStructureOnly: boolean = false); overload;
procedure DBExport(DataSet: TDataSet; SetFilter: boolean = true; SetColumn: boolean = true; BlockReport: boolean = false; ExportStructureOnly: boolean = false); overload;
procedure DBExport(rDBRecView: TrDBRecView; BlockReport: boolean = false; ExportStructureOnly: boolean = false); overload;
procedure DBExport(TreeView: TCustomTreeView); overload;
procedure DBExport(rStringGridEd: TrStringGridEd; ExportStructureOnly: boolean = false); overload;

Variables

rDBExportForm: TrDBExportForm;

Description

Functions and Procedures

procedure DBExport(DBGrid: TCustomDBGrid; SetFilter: boolean = true; SetColumn: boolean = true; BlockReport: boolean = false; ExportStructureOnly: boolean = false); overload;

Show DBExport dialog for DBGrid, parameters define posibility to: set filter + set exported columns + export to RTF/DOCX/ODT report

procedure DBExport(DataSet: TDataSet; SetFilter: boolean = true; SetColumn: boolean = true; BlockReport: boolean = false; ExportStructureOnly: boolean = false); overload;

Show DBExport dialog for Dataset, parameters define posibility to: set filter + set exported columns + export to RTF/DOCX/ODT report

procedure DBExport(rDBRecView: TrDBRecView; BlockReport: boolean = false; ExportStructureOnly: boolean = false); overload;

Show DBExport dialog for DBRecView, parameters define posibility to: set exported columns + export to RTF/DOCX/ODT report

procedure DBExport(TreeView: TCustomTreeView); overload;

Show DBExport dialog for TreeView

procedure DBExport(rStringGridEd: TrStringGridEd; ExportStructureOnly: boolean = false); overload;

Show DBExport dialog for StringGrid

Variables

rDBExportForm: TrDBExportForm;
 

Author

Created

Sep 2002

Last Modified

Jan 2021


Generated by PasDoc 0.15.0.