Online Documentation for Advanced Data Export for RAD Studio VCL

Advanced Data Export


EMS Advanced Data Export for RAD Studio VCL represents a set of tools for exporting data from any Command objects, DataTable and ListView descendants to different popular formats, such as Microsoft Excel, RTF, HTML, PDF, LaTeX, CSV, DIFF, SYLK, Plain text, Windows Clipboard, XML, DBF, SQL and Microsoft Access format. During the export process none of the mechanisms of cooperation between applications in Microsoft Windows environment (DDE, OLE) is used (except Microsoft Access export), which ensures an extremely high speed of work.

 

From a programmer's point of view the suite represents a homomorphic hierarchy of classes with the common ancestor TQExport4. Beside the basic properties, methods and events, some specific characteristics are included in descendant classes.

 

The TQExport4Dialog component allows you to define all the export settings and export your data to any of available formats within a dialog window. Using TQExport4Dialog you can add all the functionality of Advanced Data Export for RAD Studio VCL to your application within a single line of code!

 

Advanced Data Export for RAD Studio VCL provides a collection of the following components:

 

Component

Brief description

TQExport4

Common data export component

TADO_QExport4Access

Provides data export to MS Access

TQExport4ASCII

Provides data export to CSV, DIFF, SYLK, Plain text formats

TQExport4DBF

Provides data export to DBF Format

TQExport4Clipboard

Provides data export to Windows Clipboard

TQECustomSource

Provides data export from any custom source

TQExport4Dialog

Provides data export to all formats within a dialog window

TQExport4Docx

Provides data export to MS Word format

TQExport4HTML

Provides data export to HTML format (compatible with HTML 4.0 specification)

TQExport4LaTeX

Provides data export to LaTeX format versions 2.09 and 2e

TQExport4ODS

Provides data export to OpenDocument Spreadsheet format

TQExport4ODT

Provides data export to OpenDocument Text format

TQExport4PDF

Provides data export to PDF format

TQExport4RTF

Provides data export to RTF format (compatible with Microsoft Word)

TQExport4SQL

Provides data export to SQL script file (as a set of INSERT statements)

TQExport4XLS

Provides data export to MS Excel 97-2003 format

TQExport4Xlsx

Provides data export to MS Excel format

TQExport4XML

Provides data export to XML format