mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-11 04:48:03 +02:00
* Examples: cosmetic
git-svn-id: trunk@46411 -
This commit is contained in:
parent
b9c7c9624d
commit
d037cb9369
@ -1,25 +1,24 @@
|
||||
Requirements: FPC 2.3.1 revision 9169
|
||||
Requirements: FPC 2.4+
|
||||
|
||||
This is the Lazarus support for the Free Pascal DBExport units.
|
||||
These units provide exports from any TDataset to various file formats.
|
||||
|
||||
The package registers on the tab 'Data Export' the following components:
|
||||
|
||||
TSCVExporter - Export to CSV (Comma Separated Values) file.
|
||||
TSCVExporter - Export to CSV (Comma Separated Values) text file.
|
||||
|
||||
TFixedLengthExporter - Export to Fixed Length format file.
|
||||
TFixedLengthExporter - Export to Fixed Length format text file.
|
||||
|
||||
TSimpleXMLExporter - Export to XML file (no UTF-8, just ASCII)
|
||||
|
||||
TXMLXSDexporter - Export to various kinds of UTF-8 XML file formats (Microsoft Access, Microsoft Excel, ADO.NET, Delphi ClientDataset)
|
||||
|
||||
TSimpleJSONExporter - Export to JSON file (no UTF-8, just ASCII)
|
||||
|
||||
TSQLExporter - Export data as a series of SQL insert/update statements.
|
||||
|
||||
TFPDBFEport - Export to a DBF file.
|
||||
|
||||
TXMLXSDExporter - Export to various kinds of UTF-8 XML file formats (Microsoft Access, Microsoft Excel, ADO.NET, Delphi ClientDataset)
|
||||
TXMLXSDExporter - Export to various kinds of UTF-8 XML file formats (Microsoft
|
||||
Access, Microsoft Excel, ADO.NET, Delphi ClientDataset)
|
||||
|
||||
TDataExporter - Dialog component which allows one to select a registered export
|
||||
format, configures the export settings, and exports the data. Right-click on
|
||||
|
Loading…
Reference in New Issue
Block a user