home *** CD-ROM | disk | FTP | other *** search
/ Magazyn Internet 2000 May / MICD_2000_05.iso / CBuilder5 / INSTALL / DATA1.CAB / Program_Built_Files / Include / Vcl / mxreg.hpp < prev    next >
C/C++ Source or Header  |  2000-02-01  |  2KB  |  58 lines

  1. // Borland C++ Builder
  2. // Copyright (c) 1995, 1999 by Borland International
  3. // All rights reserved
  4.  
  5. // (DO NOT EDIT: machine generated header) 'MXReg.pas' rev: 5.00
  6.  
  7. #ifndef MXRegHPP
  8. #define MXRegHPP
  9.  
  10. #pragma delphiheader begin
  11. #pragma option push -w-
  12. #pragma option push -Vx
  13. #include <Chart.hpp>    // Pascal unit
  14. #include <ChartReg.hpp>    // Pascal unit
  15. #include <DsgnIntf.hpp>    // Pascal unit
  16. #include <SysInit.hpp>    // Pascal unit
  17. #include <System.hpp>    // Pascal unit
  18.  
  19. //-- user supplied -----------------------------------------------------------
  20.  
  21. namespace Mxreg
  22. {
  23. //-- type declarations -------------------------------------------------------
  24. class DELPHICLASS TDSSChartCompEditor;
  25. class PASCALIMPLEMENTATION TDSSChartCompEditor : public Chartreg::TChartCompEditor 
  26. {
  27.     typedef Chartreg::TChartCompEditor inherited;
  28.     
  29. public:
  30.     virtual void __fastcall Edit(void);
  31. public:
  32.     #pragma option push -w-inl
  33.     /* TComponentEditor.Create */ inline __fastcall virtual TDSSChartCompEditor(Classes::TComponent* AComponent
  34.         , Dsgnintf::_di_IFormDesigner ADesigner) : Chartreg::TChartCompEditor(AComponent, ADesigner) { }
  35.     #pragma option pop
  36.     
  37. public:
  38.     #pragma option push -w-inl
  39.     /* TObject.Destroy */ inline __fastcall virtual ~TDSSChartCompEditor(void) { }
  40.     #pragma option pop
  41.     
  42. };
  43.  
  44.  
  45. //-- var, const, procedure ---------------------------------------------------
  46. extern PACKAGE void __fastcall Register(void);
  47.  
  48. }    /* namespace Mxreg */
  49. #if !defined(NO_IMPLICIT_NAMESPACE_USE)
  50. using namespace Mxreg;
  51. #endif
  52. #pragma option pop    // -w-
  53. #pragma option pop    // -Vx
  54.  
  55. #pragma delphiheader end.
  56. //-- end unit ----------------------------------------------------------------
  57. #endif    // MXReg
  58.