home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 January / Chip_2000-01_cd.bin / zkuste / Delphi / kolekce / d345 / cdbu.exe / CoolDBUtilities / CBuilder3 / CoolDBUtilsReg.hpp < prev    next >
Encoding:
C/C++ Source or Header  |  1999-09-03  |  2.2 KB  |  69 lines

  1. // Borland C++ Builder
  2. // Copyright (c) 1995, 1998 by Borland International
  3. // All rights reserved
  4.  
  5. // (DO NOT EDIT: machine generated header) 'CoolDBUtilsReg.pas' rev: 3.00
  6.  
  7. #ifndef CoolDBUtilsRegHPP
  8. #define CoolDBUtilsRegHPP
  9. #include <DsgnIntf.hpp>
  10. #include <Forms.hpp>
  11. #include <DBTables.hpp>
  12. #include <Db.hpp>
  13. #include <Classes.hpp>
  14. #include <SysUtils.hpp>
  15. #include <Messages.hpp>
  16. #include <Windows.hpp>
  17. #include <SysInit.hpp>
  18. #include <System.hpp>
  19.  
  20. //-- user supplied -----------------------------------------------------------
  21.  
  22. namespace Cooldbutilsreg
  23. {
  24. //-- type declarations -------------------------------------------------------
  25. class DELPHICLASS TDatabaseNameProperty;
  26. class PASCALIMPLEMENTATION TDatabaseNameProperty : public Dsgnintf::TStringProperty 
  27. {
  28.     typedef Dsgnintf::TStringProperty inherited;
  29.     
  30. public:
  31.     virtual Dsgnintf::TPropertyAttributes __fastcall GetAttributes(void);
  32.     virtual System::AnsiString __fastcall GetValue(void);
  33.     virtual void __fastcall GetValues(Classes::TGetStrProc Proc);
  34.     virtual void __fastcall SetValue(const System::AnsiString Value);
  35. public:
  36.     /* TPropertyEditor.Destroy */ __fastcall virtual ~TDatabaseNameProperty(void) { }
  37.     
  38. public:
  39.     /* TObject.Create */ __fastcall TDatabaseNameProperty(void) : Dsgnintf::TStringProperty() { }
  40.     
  41. };
  42.  
  43. class DELPHICLASS TDBCUAboutProperty;
  44. class PASCALIMPLEMENTATION TDBCUAboutProperty : public Dsgnintf::TClassProperty 
  45. {
  46.     typedef Dsgnintf::TClassProperty inherited;
  47.     
  48. public:
  49.     virtual void __fastcall Edit(void);
  50.     virtual Dsgnintf::TPropertyAttributes __fastcall GetAttributes(void);
  51.     virtual System::AnsiString __fastcall GetValue(void);
  52. public:
  53.     /* TPropertyEditor.Destroy */ __fastcall virtual ~TDBCUAboutProperty(void) { }
  54.     
  55. public:
  56.     /* TObject.Create */ __fastcall TDBCUAboutProperty(void) : Dsgnintf::TClassProperty() { }
  57.     
  58. };
  59.  
  60. //-- var, const, procedure ---------------------------------------------------
  61. extern PACKAGE void __fastcall Register(void);
  62.  
  63. }    /* namespace Cooldbutilsreg */
  64. #if !defined(NO_IMPLICIT_NAMESPACE_USE)
  65. using namespace Cooldbutilsreg;
  66. #endif
  67. //-- end unit ----------------------------------------------------------------
  68. #endif    // CoolDBUtilsReg
  69.