20 lines
720 B
C++
20 lines
720 B
C++
//---------------------------------------------------------------------
|
|
#include <vcl.h>
|
|
#pragma hdrstop
|
|
|
|
#include "TAlarconRegLlamadasSIMPLE.h"
|
|
#include "TAlarcon.h"
|
|
//---------------------------------------------------------------------
|
|
#pragma resource "*.dfm"
|
|
TQRListForm1 *QRListForm1;
|
|
//---------------------------------------------------------------------
|
|
// QuickReport simple list
|
|
// - Connect a datasource to the QuickReport component
|
|
// - Put QRDBText components on the Detail band
|
|
//---------------------------------------------------------------------
|
|
__fastcall TQRListForm1::TQRListForm1(TComponent* AOwner)
|
|
: TForm(AOwner)
|
|
{
|
|
}
|
|
//---------------------------------------------------------------------
|