source: trunk/Packages/csvdocument/csvdocument_package.pas

Last change on this file was 1, checked in by chronos, 4 weeks ago
  • Added: Initial version which can load reports and present data in table and chart.
File size: 210 bytes
Line 
1{ This file was automatically created by Lazarus. Do not edit!
2 This source is only used to compile and install the package.
3 }
4
5unit csvdocument_package;
6
7interface
8
9uses
10 CsvDocument;
11
12implementation
13
14end.
Note: See TracBrowser for help on using the repository browser.