home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 1997 April
/
Chip_1997-04_cd.bin
/
prezent
/
cb
/
data.z
/
VCLDB.H
< prev
next >
Wrap
C/C++ Source or Header
|
1997-01-16
|
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