home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 1997 April
/
Chip_1997-04_cd.bin
/
prezent
/
cb
/
data.z
/
INTEXPT.HPP
< prev
next >
Wrap
C/C++ Source or Header
|
1997-01-16
|
2KB
|
52 lines
//----------------------------------------------------------------------------
// intexpt.hpp - dcc32 generated hdr (DO NOT EDIT) rev: 0
// From: intexpt.pas
//----------------------------------------------------------------------------
#ifndef intexptHPP
#define intexptHPP
//----------------------------------------------------------------------------
#include <Dialogs.hpp>
#include <Windows.hpp>
#include <ToolIntf.hpp>
#include <Exptintf.hpp>
#include <VirtIntf.hpp>
#include <SysUtils.hpp>
#include <ShareMem.hpp>
#include <System.hpp>
namespace Intexpt
{
//-- type declarations -------------------------------------------------------
class __declspec(delphiclass) TClasspert;
class __declspec(pascalimplementation) TClasspert : public Exptintf::TIExpert
{
typedef Exptintf::TIExpert inherited;
public:
virtual System::AnsiString __stdcall GetName(void);
virtual Exptintf::TExpertStyle __stdcall GetStyle(void);
virtual Exptintf::TExpertState __stdcall GetState(void);
virtual System::AnsiString __stdcall GetIDString(void);
virtual System::AnsiString __stdcall GetMenuText(void);
virtual System::AnsiString __stdcall GetAuthor(void);
virtual System::AnsiString __stdcall GetComment(void);
virtual System::AnsiString __stdcall GetPage(void);
virtual HICON __stdcall GetGlyph(void);
virtual void __stdcall Execute(void);
public:
/* TInterface.Create */ __fastcall TClasspert(void) : Exptintf::TIExpert() { }
public:
/* TObject.Destroy */ __fastcall virtual ~TClasspert(void) { }
};
//-- var, const, procedure ---------------------------------------------------
extern void __fastcall HandleException(void);
} /* namespace Intexpt */
#if !defined(NO_IMPLICIT_NAMESPACE_USE)
using namespace Intexpt;
#endif
//-- end unit ----------------------------------------------------------------
#endif // intexpt