home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 1997 May
/
Pcwk0597.iso
/
borland
/
cb
/
setup
/
cbuilder
/
data.z
/
DBXPLOR.HPP
< prev
next >
Wrap
C/C++ Source or Header
|
1997-02-28
|
1KB
|
35 lines
//----------------------------------------------------------------------------
// DbXPlor.hpp - bcbdcc32 generated hdr (DO NOT EDIT) rev: 0
// From: DbXPlor.pas
//----------------------------------------------------------------------------
#ifndef DbXPlorHPP
#define DbXPlorHPP
//----------------------------------------------------------------------------
#include <DBTables.hpp>
#include <DB.hpp>
#include <System.hpp>
#pragma warn -par
#pragma warn -hid
#pragma warn -inl
namespace Dbxplor
{
//-- type declarations -------------------------------------------------------
//-- var, const, procedure ---------------------------------------------------
extern void __fastcall DatabaseExplorer(void);
extern void __fastcall ExploreDatabase(Db::TDatabase* ADb);
extern void __fastcall ExploreDataset(Db::TDBDataSet* ADSet);
extern void __fastcall finalization(void);
} /* namespace Dbxplor */
#pragma warn .par
#pragma warn .hid
#pragma warn .inl
#if !defined(NO_IMPLICIT_NAMESPACE_USE)
using namespace Dbxplor;
#endif
//-- end unit ----------------------------------------------------------------
#endif // DbXPlor