TAlarcon/TAlarconRegLlamadasSIMPLE.cpp
2021-09-12 22:17:55 +02:00

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)
{
}
//---------------------------------------------------------------------