home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 1997 May / VPR9705A.ISO / VPR_DATA / PROGRAM / CBTRIAL / SETUP / DATA.Z / DBXDRAG.HPP < prev    next >
C/C++ Source or Header  |  1997-02-14  |  2KB  |  53 lines

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