home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 1997 May
/
Pcwk0597.iso
/
borland
/
cb
/
setup
/
cbuilder
/
data.z
/
VCLDB.H
< prev
next >
Wrap
C/C++ Source or Header
|
1997-02-28
|
798b
|
25 lines
//-------------------------------------------------------------------------
// vcldb.h - includes min hdr files needed for a form with database
// access controls and UI controls
//-------------------------------------------------------------------------
#ifndef VCLDB_H
#define VCLDB_H
//---------------------------------------------------------------------
#include <windows.hpp>
#include <messages.hpp>
#include <sysutils.hpp>
#include <classes.hpp>
#include <graphics.hpp>
#include <controls.hpp>
#include <forms.hpp>
#include <dialogs.hpp>
#include <dbctrls.hpp>
#include <stdctrls.hpp>
#include <mask.hpp>
#include <extctrls.hpp>
#include <db.hpp>
#include <dbtables.hpp>
//---------------------------------------------------------------------
#endif