home *** CD-ROM | disk | FTP | other *** search
/ CD Actual 9 / CDACTUAL9.iso / progs / CB / DATA.Z / DRPCTRLS.HPP < prev    next >
Encoding:
C/C++ Source or Header  |  1996-11-06  |  2.3 KB  |  61 lines

  1. //----------------------------------------------------------------------------
  2. // DrpCtrls.hpp - dcc32 generated hdr (DO NOT EDIT) rev: -2
  3. // From: DrpCtrls.pas
  4. //----------------------------------------------------------------------------
  5. #ifndef DrpCtrlsHPP
  6. #define DrpCtrlsHPP
  7. //----------------------------------------------------------------------------
  8. #ifndef DsgnIntfHPP
  9. #include <DsgnIntf.hpp>
  10. #endif
  11.  
  12. #ifndef FormsHPP
  13. #include <Forms.hpp>
  14. #endif
  15.  
  16. #ifndef ControlsHPP
  17. #include <Controls.hpp>
  18. #endif
  19.  
  20. #ifndef DBTablesHPP
  21. #include <DBTables.hpp>
  22. #endif
  23.  
  24. #ifndef DBHPP
  25. #include <DB.hpp>
  26. #endif
  27.  
  28. #ifndef ClassesHPP
  29. #include <Classes.hpp>
  30. #endif
  31.  
  32. #ifndef SystemHPP
  33. #include <System.hpp>
  34. #endif
  35.  
  36. namespace Drpctrls
  37. {
  38. //-- type declarations -------------------------------------------------------
  39. //-- var, const, procedure ---------------------------------------------------
  40. extern void __fastcall RegisterFieldControl(System::TMetaClass * FieldClass, const System::AnsiString 
  41.     ControlClass);
  42. extern System::TMetaClass * __fastcall CreateControlClass(Db::TDataSet *Dataset, const System::AnsiString 
  43.     FieldName,  System::AnsiString ControlClassName);
  44. extern Controls::TControl *__fastcall CreateFieldControl(Dsgnintf::TFormDesigner *Designer, Db::TDataSet *
  45.     Dataset, const System::AnsiString FieldName,  System::AnsiString ControlClassName, Classes::TComponent *
  46.     Parent, System::Integer X, System::Integer Y, System::Boolean WithLabel);
  47. extern Dbtables::TTable *__fastcall CreateTable(Dsgnintf::TFormDesigner *Designer, const System::AnsiString 
  48.     DatabaseName, const System::AnsiString TableName);
  49. extern Controls::TControl *__fastcall CreateTableControl(Dsgnintf::TFormDesigner *Designer, Dbtables::TTable *
  50.     Table, Classes::TComponent *Parent, System::Integer X, System::Integer Y);
  51. extern Controls::TControl *__fastcall CreateDroppedControl(Dsgnintf::TFormDesigner *Designer, const System::AnsiString 
  52.     DatabaseName, const System::AnsiString TableName, const System::AnsiString FieldName, Classes::TComponent *
  53.     Parent, System::Integer X, System::Integer Y);
  54.  
  55. }    /* namespace Drpctrls */
  56. #if !defined(NO_IMPLICIT_NAMESPACE_USE)
  57. using namespace Drpctrls;
  58. #endif
  59. //-- end unit ----------------------------------------------------------------
  60. #endif    // DrpCtrls
  61.