home *** CD-ROM | disk | FTP | other *** search
- // Borland C++ Builder
- // Copyright (c) 1995, 1998 by Borland International
- // All rights reserved
-
- // (DO NOT EDIT: machine generated header) 'CoolDBUtilsReg.pas' rev: 3.00
-
- #ifndef CoolDBUtilsRegHPP
- #define CoolDBUtilsRegHPP
- #include <DsgnIntf.hpp>
- #include <Forms.hpp>
- #include <DBTables.hpp>
- #include <Db.hpp>
- #include <Classes.hpp>
- #include <SysUtils.hpp>
- #include <Messages.hpp>
- #include <Windows.hpp>
- #include <SysInit.hpp>
- #include <System.hpp>
-
- //-- user supplied -----------------------------------------------------------
-
- namespace Cooldbutilsreg
- {
- //-- type declarations -------------------------------------------------------
- class DELPHICLASS TDatabaseNameProperty;
- class PASCALIMPLEMENTATION TDatabaseNameProperty : public Dsgnintf::TStringProperty
- {
- typedef Dsgnintf::TStringProperty inherited;
-
- public:
- virtual Dsgnintf::TPropertyAttributes __fastcall GetAttributes(void);
- virtual System::AnsiString __fastcall GetValue(void);
- virtual void __fastcall GetValues(Classes::TGetStrProc Proc);
- virtual void __fastcall SetValue(const System::AnsiString Value);
- public:
- /* TPropertyEditor.Destroy */ __fastcall virtual ~TDatabaseNameProperty(void) { }
-
- public:
- /* TObject.Create */ __fastcall TDatabaseNameProperty(void) : Dsgnintf::TStringProperty() { }
-
- };
-
- class DELPHICLASS TDBCUAboutProperty;
- class PASCALIMPLEMENTATION TDBCUAboutProperty : public Dsgnintf::TClassProperty
- {
- typedef Dsgnintf::TClassProperty inherited;
-
- public:
- virtual void __fastcall Edit(void);
- virtual Dsgnintf::TPropertyAttributes __fastcall GetAttributes(void);
- virtual System::AnsiString __fastcall GetValue(void);
- public:
- /* TPropertyEditor.Destroy */ __fastcall virtual ~TDBCUAboutProperty(void) { }
-
- public:
- /* TObject.Create */ __fastcall TDBCUAboutProperty(void) : Dsgnintf::TClassProperty() { }
-
- };
-
- //-- var, const, procedure ---------------------------------------------------
- extern PACKAGE void __fastcall Register(void);
-
- } /* namespace Cooldbutilsreg */
- #if !defined(NO_IMPLICIT_NAMESPACE_USE)
- using namespace Cooldbutilsreg;
- #endif
- //-- end unit ----------------------------------------------------------------
- #endif // CoolDBUtilsReg
-