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

  1. //----------------------------------------------------------------------------
  2. // DbxTarg.hpp - bcbdcc32 generated hdr (DO NOT EDIT) rev: 0
  3. // From: DbxTarg.pas
  4. //----------------------------------------------------------------------------
  5. #ifndef DbxTargHPP
  6. #define DbxTargHPP
  7. //----------------------------------------------------------------------------
  8. #include <LibMain.hpp>
  9. #include <Controls.hpp>
  10. #include <System.hpp>
  11. #pragma warn -par
  12. #pragma warn -hid 
  13. #pragma warn -inl
  14.  
  15. namespace Dbxtarg
  16. {
  17. //-- type declarations -------------------------------------------------------
  18. class __declspec(delphiclass) TDBXDataDragTarget;
  19. class __declspec(pascalimplementation) TDBXDataDragTarget : public Libmain::TDragTarget
  20. {
  21.     typedef Libmain::TDragTarget inherited;
  22.     
  23. public:
  24.     virtual bool __fastcall DragOver(System::TObject* Target, System::TObject* Source, int X, int Y, Controls::TDragState 
  25.         State);
  26.     virtual void __fastcall DragDrop(System::TObject* Target, System::TObject* Source, int X, int Y);
  27. public:
  28.         
  29.     /* TDragTarget.Create */ __fastcall virtual TDBXDataDragTarget(Dsgnintf::TFormDesigner* ADesigner) : 
  30.         Libmain::TDragTarget(ADesigner) { }
  31.     
  32. public:
  33.     /* TObject.Destroy */ __fastcall virtual ~TDBXDataDragTarget(void) { }
  34.     
  35. };
  36.  
  37. //-- var, const, procedure ---------------------------------------------------
  38.  
  39. }    /* namespace Dbxtarg */
  40.  
  41. #pragma warn .par
  42. #pragma warn .hid 
  43. #pragma warn .inl
  44.  
  45. #if !defined(NO_IMPLICIT_NAMESPACE_USE)
  46. using namespace Dbxtarg;
  47. #endif
  48. //-- end unit ----------------------------------------------------------------
  49. #endif    // DbxTarg
  50.