home *** CD-ROM | disk | FTP | other *** search
/ Magazyn Internet 2000 May / MICD_2000_05.iso / CBuilder5 / INSTALL / DATA1.CAB / Program_Built_Files / Include / Vcl / chartexp.hpp < prev    next >
C/C++ Source or Header  |  2000-02-01  |  2KB  |  71 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) 'ChartExp.pas' rev: 5.00
  6.  
  7. #ifndef ChartExpHPP
  8. #define ChartExpHPP
  9.  
  10. #pragma delphiheader begin
  11. #pragma option push -w-
  12. #pragma option push -Vx
  13. #include <TeeConst.hpp>    // Pascal unit
  14. #include <ExpForm.hpp>    // Pascal unit
  15. #include <SysUtils.hpp>    // Pascal unit
  16. #include <VirtIntf.hpp>    // Pascal unit
  17. #include <ToolIntf.hpp>    // Pascal unit
  18. #include <Exptintf.hpp>    // Pascal unit
  19. #include <Windows.hpp>    // Pascal unit
  20. #include <Forms.hpp>    // Pascal unit
  21. #include <SysInit.hpp>    // Pascal unit
  22. #include <System.hpp>    // Pascal unit
  23.  
  24. //-- user supplied -----------------------------------------------------------
  25.  
  26. namespace Chartexp
  27. {
  28. //-- type declarations -------------------------------------------------------
  29. class DELPHICLASS TTeeChartWizard;
  30. class PASCALIMPLEMENTATION TTeeChartWizard : public Exptintf::TIExpert 
  31. {
  32.     typedef Exptintf::TIExpert inherited;
  33.     
  34. public:
  35.     virtual AnsiString __stdcall GetName();
  36.     virtual AnsiString __stdcall GetAuthor();
  37.     virtual AnsiString __stdcall GetComment();
  38.     virtual HICON __stdcall GetGlyph(void);
  39.     virtual Exptintf::TExpertStyle __stdcall GetStyle(void);
  40.     virtual Exptintf::TExpertState __stdcall GetState(void);
  41.     virtual AnsiString __stdcall GetIDString();
  42.     virtual AnsiString __stdcall GetPage();
  43.     virtual void __stdcall Execute(void);
  44.     virtual AnsiString __stdcall GetMenuText();
  45. public:
  46.     #pragma option push -w-inl
  47.     /* TInterface.Create */ inline __fastcall TTeeChartWizard(void) : Exptintf::TIExpert() { }
  48.     #pragma option pop
  49.     
  50. public:
  51.     #pragma option push -w-inl
  52.     /* TObject.Destroy */ inline __fastcall virtual ~TTeeChartWizard(void) { }
  53.     #pragma option pop
  54.     
  55. };
  56.  
  57.  
  58. //-- var, const, procedure ---------------------------------------------------
  59. extern PACKAGE void __fastcall Register(void);
  60.  
  61. }    /* namespace Chartexp */
  62. #if !defined(NO_IMPLICIT_NAMESPACE_USE)
  63. using namespace Chartexp;
  64. #endif
  65. #pragma option pop    // -w-
  66. #pragma option pop    // -Vx
  67.  
  68. #pragma delphiheader end.
  69. //-- end unit ----------------------------------------------------------------
  70. #endif    // ChartExp
  71.