home *** CD-ROM | disk | FTP | other *** search
- //----------------------------------------------------------------------------
- // DataModl.hpp - dcc32 generated hdr (DO NOT EDIT) rev: -2
- // From: DataModl.pas
- //----------------------------------------------------------------------------
- #ifndef DataModlHPP
- #define DataModlHPP
- //----------------------------------------------------------------------------
- #ifndef DBTablesHPP
- #include <DBTables.hpp>
- #endif
-
- #ifndef DBHPP
- #include <DB.hpp>
- #endif
-
- #ifndef DialogsHPP
- #include <Dialogs.hpp>
- #endif
-
- #ifndef FormsHPP
- #include <Forms.hpp>
- #endif
-
- #ifndef ControlsHPP
- #include <Controls.hpp>
- #endif
-
- #ifndef GraphicsHPP
- #include <Graphics.hpp>
- #endif
-
- #ifndef ClassesHPP
- #include <Classes.hpp>
- #endif
-
- #ifndef SysUtilsHPP
- #include <SysUtils.hpp>
- #endif
-
- #ifndef MessagesHPP
- #include <Messages.hpp>
- #endif
-
- #ifndef WindowsHPP
- #include <Windows.hpp>
- #endif
-
- #ifndef SystemHPP
- #include <System.hpp>
- #endif
-
- namespace Datamodl
- {
- //-- type declarations -------------------------------------------------------
- class __declspec(delphiclass) TDataMod;
- class __declspec(pascalimplementation) TDataMod : public Forms::TDataModule
- {
- typedef TDataMod ThisClass;
- 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:
- System::Boolean MultiQuery;
- System::Boolean 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, System::Integer Dummy
- ) : Forms::TDataModule(AOwner, Dummy) { }
- /* !! TDataModule.Destroy */ __fastcall virtual ~TDataMod(void) { }
-
- };
-
- //-- var, const, procedure ---------------------------------------------------
-
- } /* namespace Datamodl */
- #if !defined(NO_IMPLICIT_NAMESPACE_USE)
- using namespace Datamodl;
- #endif
- //-- end unit ----------------------------------------------------------------
- #endif // DataModl
-