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