git-svn-id: https://192.168.0.254/svn/Componentes.Terceros.DevExpressVCL@21 05c56307-c608-d34a-929d-697000501d7a
20 lines
667 B
C++
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)
|
|
{
|
|
}
|
|
//---------------------------------------------------------------------------
|