Componentes.Terceros.DevExp.../official/x.36/ExpressDBTree Suite/Demos/CBuilder/DBTree/dbgridv.cpp

15 lines
510 B
C++
Raw Normal View History

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