home *** CD-ROM | disk | FTP | other *** search
- //---------------------------------------------------------------------------
- // 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
-