home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 1997 April
/
Chip_1997-04_cd.bin
/
prezent
/
cb
/
data.z
/
IBREG.H
< prev
next >
Wrap
C/C++ Source or Header
|
1997-01-16
|
1KB
|
42 lines
//---------------------------------------------------------------------------
// Borland C++Builder
// Copyright (c) 1987, 1997 Borland International Inc. All Rights Reserved.
//---------------------------------------------------------------------------
#ifndef IBRegHPP
#define IBRegHPP
//----------------------------------------------------------------------------
#include <libconst.hpp>
#include <DB.hpp>
#include <Classes.hpp>
#include <DsgnIntf.hpp>
#include <SysUtils.hpp>
#include <System.hpp>
#include "ibctrls.h"
#include "ibevnts.h"
#include "ibproc32.h"
namespace Ibreg
{
//-- type declarations -------------------------------------------------------
class TIBEventListProperty : public TClassProperty
{
public:
virtual TPropertyAttributes __fastcall GetAttributes(void);
virtual void __fastcall Edit(void);
public:
__fastcall virtual ~TIBEventListProperty(void);
__fastcall TIBEventListProperty(void);
};
//-- var, const, procedure ---------------------------------------------------
extern void __fastcall Register(void);
//-- end unit ----------------------------------------------------------------
} //namespace ibreg
#if !defined(NO_IMPLICIT_NAMESPACE_USE)
using namespace Ibreg;
#endif
#endif // IBReg