home *** CD-ROM | disk | FTP | other *** search
/ Delphi 5 for Professionals / DELPHI5.iso / AddOns / Components / Essentials / SETUP.EXE / %MAINDIR% / EsBase0.hpp < prev    next >
Encoding:
C/C++ Source or Header  |  1998-11-28  |  1.2 KB  |  41 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) 'EsBase0.pas' rev: 3.00
  6.  
  7. #ifndef EsBase0HPP
  8. #define EsBase0HPP
  9. #include <DsgnIntf.hpp>
  10. #include <SysInit.hpp>
  11. #include <System.hpp>
  12.  
  13. //-- user supplied -----------------------------------------------------------
  14.  
  15. namespace Esbase0
  16. {
  17. //-- type declarations -------------------------------------------------------
  18. class DELPHICLASS TEsControlProperty;
  19. class PASCALIMPLEMENTATION TEsControlProperty : public Dsgnintf::TClassProperty 
  20. {
  21.     typedef Dsgnintf::TClassProperty inherited;
  22.     
  23. public:
  24.     virtual Dsgnintf::TPropertyAttributes __fastcall GetAttributes(void);
  25. public:
  26.     /* TPropertyEditor.Destroy */ __fastcall virtual ~TEsControlProperty(void) { }
  27.     
  28. public:
  29.     /* TObject.Create */ __fastcall TEsControlProperty(void) : Dsgnintf::TClassProperty() { }
  30.     
  31. };
  32.  
  33. //-- var, const, procedure ---------------------------------------------------
  34.  
  35. }    /* namespace Esbase0 */
  36. #if !defined(NO_IMPLICIT_NAMESPACE_USE)
  37. using namespace Esbase0;
  38. #endif
  39. //-- end unit ----------------------------------------------------------------
  40. #endif    // EsBase0
  41.