home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 1997 May
/
Pcwk0597.iso
/
borland
/
cb
/
setup
/
cbuilder
/
data.z
/
NOTEBREG.HPP
< prev
next >
Wrap
C/C++ Source or Header
|
1997-02-28
|
3KB
|
84 lines
//----------------------------------------------------------------------------
// NoteBReg.hpp - bcbdcc32 generated hdr (DO NOT EDIT) rev: 0
// From: NoteBReg.pas
//----------------------------------------------------------------------------
#ifndef NoteBRegHPP
#define NoteBRegHPP
//----------------------------------------------------------------------------
#include <DsgnIntf.hpp>
#include <Classes.hpp>
#include <System.hpp>
#pragma warn -par
#pragma warn -hid
#pragma warn -inl
namespace Notebreg
{
//-- type declarations -------------------------------------------------------
class __declspec(delphiclass) TPageNameProperty;
class __declspec(pascalimplementation) TPageNameProperty : public Dsgnintf::TPropertyEditor
{
typedef Dsgnintf::TPropertyEditor inherited;
public:
virtual Dsgnintf::TPropertyAttributes __fastcall GetAttributes(void);
virtual void __fastcall GetValues(Classes::TGetStrProc Proc);
virtual System::AnsiString __fastcall GetValue(void);
virtual void __fastcall SetValue(const System::AnsiString AValue);
public:
/* TPropertyEditor.Destroy */ __fastcall virtual ~TPageNameProperty(void) { }
public:
/* TObject.Create */ __fastcall TPageNameProperty(void) : Dsgnintf::TPropertyEditor() { }
};
class __declspec(delphiclass) TPageListProperty;
class __declspec(pascalimplementation) TPageListProperty : public Dsgnintf::TPropertyEditor
{
typedef Dsgnintf::TPropertyEditor inherited;
public:
virtual Dsgnintf::TPropertyAttributes __fastcall GetAttributes(void);
virtual System::AnsiString __fastcall GetValue(void);
virtual void __fastcall Edit(void);
public:
/* TPropertyEditor.Destroy */ __fastcall virtual ~TPageListProperty(void) { }
public:
/* TObject.Create */ __fastcall TPageListProperty(void) : Dsgnintf::TPropertyEditor() { }
};
class __declspec(delphiclass) TNotebookEditor;
class __declspec(pascalimplementation) TNotebookEditor : public Dsgnintf::TDefaultEditor
{
typedef Dsgnintf::TDefaultEditor inherited;
public:
virtual void __fastcall ExecuteVerb(int Index);
virtual System::AnsiString __fastcall GetVerb(int Index);
virtual int __fastcall GetVerbCount(void);
public:
/* TComponentEditor.Create */ __fastcall virtual TNotebookEditor(Classes::TComponent* AComponent, Dsgnintf::TFormDesigner*
ADesigner) : Dsgnintf::TDefaultEditor(AComponent, ADesigner) { }
public:
/* TObject.Destroy */ __fastcall virtual ~TNotebookEditor(void) { }
};
//-- var, const, procedure ---------------------------------------------------
} /* namespace Notebreg */
#pragma warn .par
#pragma warn .hid
#pragma warn .inl
#if !defined(NO_IMPLICIT_NAMESPACE_USE)
using namespace Notebreg;
#endif
//-- end unit ----------------------------------------------------------------
#endif // NoteBReg