home *** CD-ROM | disk | FTP | other *** search
- ==========================================================
- TeeChart Pro 4.0
- Copyright 1995-1998 by David Berneda.
- All Rights Reserved.
- ==========================================================
-
- ====================================
- QuickReport 2 and 3 Support
- ====================================
-
- TeeChart integrates with QuickReport 2.0K in Delphi 1,
- 2, 3, 4 and C++Builder 1 and 3, and also with
- QuickReport 3 in Delphi 3, 4 and C++ Builder 3.
-
- The precompiled default version of TeeChart support for
- QuickReport has been compiled with QuickReport 2.0K version.
-
- Free QuickReport 2.0K can be obtained from QuSoft at this
- Internet web address: http://www.qusoft.no
-
- If you have other QuickReport versions installed you might
- need to use the TeeChart Pro source code files to compile.
-
- Please refer to the installation instructions
- of TeeChart Pro in INSTALL.TXT file to install the
- TQRChart component.
-
- Examples of QuickReport and TeeChart are provided here
- in this folder.
-
- The QRDemo.dpr example shows how to print
- and preview a TChart component that resides in the same
- Form or in another Form.
- Basically it "duplicates" the Chart into the QuickReport
- component.
-
- The QR2Demo.dpr example implements a master-detail report
- with TeeCharts.
-
-
- The TQRChart component is implemented in QRTEE.PAS unit.
- The QRTEEREG.PAS unit installs and registers TQRChart component.
-
- The TEEQR43, TEEQR44 and TEEQR4C packages contain the above two
- units and are both design-time and run-time packages that should
- be installed under Delphi 3, 4 and C++ Builder 3 respectively.
-
- These packages are located by default at \Windows\System folder.
-
- They should be installed in Delphi or C++ Builder
- (Options -> Install Packages dialog ).
-
- --------------------------------------------------------------