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

  1. //----------------------------------------------------------------------------
  2. // DBXDrag.hpp - dcc32 generated hdr (DO NOT EDIT) rev: -2
  3. // From: DBXDrag.pas
  4. //----------------------------------------------------------------------------
  5. #ifndef DBXDragHPP
  6. #define DBXDragHPP
  7. //----------------------------------------------------------------------------
  8. #ifndef FormsHPP
  9. #include <Forms.hpp>
  10. #endif
  11.  
  12. #ifndef ControlsHPP
  13. #include <Controls.hpp>
  14. #endif
  15.  
  16. #ifndef ClassesHPP
  17. #include <Classes.hpp>
  18. #endif
  19.  
  20. #ifndef SystemHPP
  21. #include <System.hpp>
  22. #endif
  23.  
  24. namespace Dbxdrag
  25. {
  26. //-- type declarations -------------------------------------------------------
  27. class __declspec(delphiclass) TDBXDataDragObject;
  28. class __declspec(pascalimplementation) TDBXDataDragObject : public Controls::TDragControlObject
  29. {
  30.     typedef TDBXDataDragObject ThisClass;
  31.     typedef Controls::TDragControlObject inherited;
  32.     
  33. private:
  34.     System::ShortString FDatabase;
  35.     System::ShortString FDataset;
  36.     System::ShortString FColumn;
  37.     
  38. public:
  39.     __fastcall TDBXDataDragObject(Controls::TControl *AControl, const System::AnsiString ADatabase, const System::AnsiString 
  40.         ADataset, const System::AnsiString AColumn);
  41.     __property System::ShortString Column = {read=FColumn};
  42.     __property System::ShortString Database = {read=FDatabase};
  43.     __property System::ShortString Dataset = {read=FDataset};
  44. public:
  45.     /* !! TObject.Destroy */ __fastcall virtual ~TDBXDataDragObject(void) { }
  46.     
  47. };
  48.  
  49. //-- var, const, procedure ---------------------------------------------------
  50.  
  51. }    /* namespace Dbxdrag */
  52. #if !defined(NO_IMPLICIT_NAMESPACE_USE)
  53. using namespace Dbxdrag;
  54. #endif
  55. //-- end unit ----------------------------------------------------------------
  56. #endif    // DBXDrag
  57.