home *** CD-ROM | disk | FTP | other *** search
- //---------------------------------------------------------------------
- #include <vcl.h>
- #pragma hdrstop
-
- #include "QRList.h"
- //---------------------------------------------------------------------
- #pragma resource "*.dfm"
- TQRListForm *QRListForm;
- //---------------------------------------------------------------------
- // QuickReport simple list
- // - Connect a datasource to the QuickReport component
- // - Put QRDBText components on the Detail band
- //---------------------------------------------------------------------
- __fastcall TQRListForm::TQRListForm(TComponent* AOwner)
- : TForm(AOwner)
- {
- }
- //---------------------------------------------------------------------
-