home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1997 May / Pcwk0597.iso / borland / cb / setup / cbuilder / data.z / INTEXPT.HPP < prev    next >
C/C++ Source or Header  |  1997-02-28  |  2KB  |  52 lines

  1. //----------------------------------------------------------------------------
  2. // intexpt.hpp - bcbdcc32 generated hdr (DO NOT EDIT) rev: 0
  3. // From: intexpt.pas
  4. //----------------------------------------------------------------------------
  5. #ifndef intexptHPP
  6. #define intexptHPP
  7. //----------------------------------------------------------------------------
  8. #include <Dialogs.hpp>
  9. #include <Windows.hpp>
  10. #include <ToolIntf.hpp>
  11. #include <Exptintf.hpp>
  12. #include <VirtIntf.hpp>
  13. #include <SysUtils.hpp>
  14. #include <ShareMem.hpp>
  15. #include <System.hpp>
  16. namespace Intexpt
  17. {
  18. //-- type declarations -------------------------------------------------------
  19. class __declspec(delphiclass) TClasspert;
  20. class __declspec(pascalimplementation) TClasspert : public Exptintf::TIExpert
  21. {
  22.     typedef Exptintf::TIExpert inherited;
  23.     
  24. public:
  25.     virtual System::AnsiString __stdcall GetName(void);
  26.     virtual Exptintf::TExpertStyle __stdcall GetStyle(void);
  27.     virtual Exptintf::TExpertState __stdcall GetState(void);
  28.     virtual System::AnsiString __stdcall GetIDString(void);
  29.     virtual System::AnsiString __stdcall GetMenuText(void);
  30.     virtual System::AnsiString __stdcall GetAuthor(void);
  31.     virtual System::AnsiString __stdcall GetComment(void);
  32.     virtual System::AnsiString __stdcall GetPage(void);
  33.     virtual HICON __stdcall GetGlyph(void);
  34.     virtual void __stdcall Execute(void);
  35. public:
  36.     /* TInterface.Create */ __fastcall TClasspert(void) : Exptintf::TIExpert() { }
  37.     
  38. public:
  39.     /* TObject.Destroy */ __fastcall virtual ~TClasspert(void) { }
  40.     
  41. };
  42.  
  43. //-- var, const, procedure ---------------------------------------------------
  44. extern void __fastcall HandleException(void);
  45.  
  46. }    /* namespace Intexpt */
  47. #if !defined(NO_IMPLICIT_NAMESPACE_USE)
  48. using namespace Intexpt;
  49. #endif
  50. //-- end unit ----------------------------------------------------------------
  51. #endif    // intexpt
  52.