//--------------------------------------------------------------------- #include #pragma hdrstop #include "TAlarconFichas.h" #include "TAlarcon.h" //--------------------------------------------------------------------- #pragma resource "*.dfm" TLAgendaCltProv *LAgendaCltProv; //--------------------------------------------------------------------- // QuickReport simple list // - Connect a datasource to the QuickReport component // - Put QRDBText components on the Detail band //--------------------------------------------------------------------- __fastcall TLAgendaCltProv::TLAgendaCltProv(TComponent* AOwner) : TForm(AOwner) { } //---------------------------------------------------------------------