//--------------------------------------------------------------------------- #include #pragma hdrstop #include "listado.h" //--------------------------------------------------------------------------- #pragma link "Grids" #pragma resource "*.dfm" TForm3 *Form3; //--------------------------------------------------------------------------- __fastcall TForm3::TForm3(TComponent* Owner) : TForm(Owner) { } //---------------------------------------------------------------------------