Componentes.Terceros.DevExp.../official/x.30/ExpressQuantumTreeList 4/Demos/CBuilder/SimpleListDemo/SimpleListDemoData.cpp
2007-12-16 17:06:54 +00:00

20 lines
667 B
C++

//---------------------------------------------------------------------------
#include <vcl.h>
#pragma hdrstop
#include "SimpleListDemoData.h"
//---------------------------------------------------------------------------
#pragma package(smart_init)
#pragma link "cxClasses"
#pragma link "cxStyles"
#pragma link "cxTL"
#pragma resource "*.dfm"
TSimpleListDemoDataDM *SimpleListDemoDataDM;
//---------------------------------------------------------------------------
__fastcall TSimpleListDemoDataDM::TSimpleListDemoDataDM(TComponent* Owner)
: TDataModule(Owner)
{
}
//---------------------------------------------------------------------------