home *** CD-ROM | disk | FTP | other *** search
- //----------------------------------------------------------------------------
- // DataModl.hpp - bcbdcc32 generated hdr (DO NOT EDIT) rev: 0
- // From: DataModl.pas
- //----------------------------------------------------------------------------
- #ifndef DataModlHPP
- #define DataModlHPP
- //----------------------------------------------------------------------------
- #include <DBTables.hpp>
- #include <DB.hpp>
- #include <Dialogs.hpp>
- #include <Forms.hpp>
- #include <Controls.hpp>
- #include <Graphics.hpp>
- #include <Classes.hpp>
- #include <SysUtils.hpp>
- #include <Messages.hpp>
- #include <Windows.hpp>
- #include <System.hpp>
- #pragma warn -par
- #pragma warn -hid
- #pragma warn -inl
-
- namespace Datamodl
- {
- //-- type declarations -------------------------------------------------------
- class __declspec(delphiclass) TDataMod;
- class __declspec(pascalimplementation) TDataMod : public Forms::TDataModule
- {
- typedef Forms::TDataModule inherited;
-
- __published:
- Dbtables::TTable* Table1;
- Dbtables::TQuery* Query1;
- Dbtables::TTable* Table2;
- Dbtables::TQuery* Query2;
- Db::TDataSource* DataSource1;
- Db::TDataSource* DataSource2;
- void __fastcall DataModuleCreate(System::TObject* Sender);
-
- public:
- bool MultiQuery;
- bool CreateTable;
- Classes::TMemoryStream* __fastcall CreateRes(const System::AnsiString ModuleName);
- Classes::TMemoryStream* __fastcall CreateHdrSource(const System::AnsiString FilePath, const System::AnsiString
- FormName);
- Classes::TMemoryStream* __fastcall CreateSource(const System::AnsiString FilePath, const System::AnsiString
- FormName);
- public:
- /* TDataModule.Create */ __fastcall virtual TDataMod(Classes::TComponent* AOwner) : Forms::TDataModule(
- AOwner) { }
- /* TDataModule.CreateNew */ __fastcall TDataMod(Classes::TComponent* AOwner, int Dummy) : Forms::TDataModule(
- AOwner, Dummy) { }
- /* TDataModule.Destroy */ __fastcall virtual ~TDataMod(void) { }
-
- };
-
- //-- var, const, procedure ---------------------------------------------------
-
- } /* namespace Datamodl */
-
- #pragma warn .par
- #pragma warn .hid
- #pragma warn .inl
-
- #if !defined(NO_IMPLICIT_NAMESPACE_USE)
- using namespace Datamodl;
- #endif
- //-- end unit ----------------------------------------------------------------
- #endif // DataModl
-