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