home *** CD-ROM | disk | FTP | other *** search
- //----------------------------------------------------------------------------
- // DrpCtrls.hpp - dcc32 generated hdr (DO NOT EDIT) rev: -2
- // From: DrpCtrls.pas
- //----------------------------------------------------------------------------
- #ifndef DrpCtrlsHPP
- #define DrpCtrlsHPP
- //----------------------------------------------------------------------------
- #ifndef DsgnIntfHPP
- #include <DsgnIntf.hpp>
- #endif
-
- #ifndef FormsHPP
- #include <Forms.hpp>
- #endif
-
- #ifndef ControlsHPP
- #include <Controls.hpp>
- #endif
-
- #ifndef DBTablesHPP
- #include <DBTables.hpp>
- #endif
-
- #ifndef DBHPP
- #include <DB.hpp>
- #endif
-
- #ifndef ClassesHPP
- #include <Classes.hpp>
- #endif
-
- #ifndef SystemHPP
- #include <System.hpp>
- #endif
-
- namespace Drpctrls
- {
- //-- type declarations -------------------------------------------------------
- //-- var, const, procedure ---------------------------------------------------
- extern void __fastcall RegisterFieldControl(System::TMetaClass * FieldClass, const System::AnsiString
- ControlClass);
- extern System::TMetaClass * __fastcall CreateControlClass(Db::TDataSet *Dataset, const System::AnsiString
- FieldName, System::AnsiString ControlClassName);
- extern Controls::TControl *__fastcall CreateFieldControl(Dsgnintf::TFormDesigner *Designer, Db::TDataSet *
- Dataset, const System::AnsiString FieldName, System::AnsiString ControlClassName, Classes::TComponent *
- Parent, System::Integer X, System::Integer Y, System::Boolean WithLabel);
- extern Dbtables::TTable *__fastcall CreateTable(Dsgnintf::TFormDesigner *Designer, const System::AnsiString
- DatabaseName, const System::AnsiString TableName);
- extern Controls::TControl *__fastcall CreateTableControl(Dsgnintf::TFormDesigner *Designer, Dbtables::TTable *
- Table, Classes::TComponent *Parent, System::Integer X, System::Integer Y);
- extern Controls::TControl *__fastcall CreateDroppedControl(Dsgnintf::TFormDesigner *Designer, const System::AnsiString
- DatabaseName, const System::AnsiString TableName, const System::AnsiString FieldName, Classes::TComponent *
- Parent, System::Integer X, System::Integer Y);
-
- } /* namespace Drpctrls */
- #if !defined(NO_IMPLICIT_NAMESPACE_USE)
- using namespace Drpctrls;
- #endif
- //-- end unit ----------------------------------------------------------------
- #endif // DrpCtrls
-