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 |
Common data export component |
|
Provides data export to MS Access |
|
Provides data export to CSV, DIFF, SYLK, Plain text formats |
|
Provides data export to DBF Format |
|
Provides data export to Windows Clipboard |
|
Provides data export from any custom source |
|
Provides data export to all formats within a dialog window |
|
Provides data export to MS Word format |
|
Provides data export to HTML format (compatible with HTML 4.0 specification) |
|
Provides data export to LaTeX format versions 2.09 and 2e |
|
Provides data export to OpenDocument Spreadsheet format |
|
Provides data export to OpenDocument Text format |
|
Provides data export to PDF format |
|
Provides data export to RTF format (compatible with Microsoft Word) |
|
Provides data export to SQL script file (as a set of INSERT statements) |
|
Provides data export to MS Excel 97-2003 format |
|
Provides data export to MS Excel format |
|
Provides data export to XML format |