git-svn-id: https://192.168.0.254/svn/Componentes.Terceros.DevExpressVCL@7 05c56307-c608-d34a-929d-697000501d7a
25 lines
832 B
C++
25 lines
832 B
C++
//---------------------------------------------------------------------------
|
|
|
|
#include <vcl.h>
|
|
#pragma hdrstop
|
|
|
|
#include "CustomRowHeightDemoData.h"
|
|
//---------------------------------------------------------------------------
|
|
#pragma package(smart_init)
|
|
#pragma link "cxClasses"
|
|
#pragma link "cxGridTableView"
|
|
#pragma link "cxStyles"
|
|
#pragma link "cxDBEditRepository"
|
|
#pragma link "cxEdit"
|
|
#pragma link "cxEditRepositoryItems"
|
|
#pragma link "cxGridCardView"
|
|
#pragma resource "*.dfm"
|
|
TCustomRowHeightDemoDataDM *CustomRowHeightDemoDataDM;
|
|
//---------------------------------------------------------------------------
|
|
__fastcall TCustomRowHeightDemoDataDM::TCustomRowHeightDemoDataDM(TComponent* Owner)
|
|
: TDataModule(Owner)
|
|
{
|
|
}
|
|
//---------------------------------------------------------------------------
|
|
|