home *** CD-ROM | disk | FTP | other *** search
/ Magazyn Internet 2000 May / MICD_2000_05.iso / CBuilder5 / INSTALL / DATA1.CAB / Program_Built_Files / Include / Vcl / nmtime.hpp < prev    next >
C/C++ Source or Header  |  2000-02-01  |  2KB  |  62 lines

  1. // Borland C++ Builder
  2. // Copyright (c) 1995, 1999 by Borland International
  3. // All rights reserved
  4.  
  5. // (DO NOT EDIT: machine generated header) 'NMTime.pas' rev: 5.00
  6.  
  7. #ifndef NMTimeHPP
  8. #define NMTimeHPP
  9.  
  10. #pragma delphiheader begin
  11. #pragma option push -w-
  12. #pragma option push -Vx
  13. #include <NMConst.hpp>    // Pascal unit
  14. #include <WinSock.hpp>    // Pascal unit
  15. #include <Psock.hpp>    // Pascal unit
  16. #include <Forms.hpp>    // Pascal unit
  17. #include <Classes.hpp>    // Pascal unit
  18. #include <SysUtils.hpp>    // Pascal unit
  19. #include <SysInit.hpp>    // Pascal unit
  20. #include <System.hpp>    // Pascal unit
  21.  
  22. //-- user supplied -----------------------------------------------------------
  23.  
  24. namespace Nmtime
  25. {
  26. //-- type declarations -------------------------------------------------------
  27. class DELPHICLASS TNMTime;
  28. class PASCALIMPLEMENTATION TNMTime : public Psock::TPowersock 
  29. {
  30.     typedef Psock::TPowersock inherited;
  31.     
  32. private:
  33.     AnsiString __fastcall GetTimeStr();
  34.     int __fastcall GetTimeInt(void);
  35.     
  36. public:
  37.     __fastcall virtual TNMTime(Classes::TComponent* AOwner);
  38.     
  39. __published:
  40.     __property AnsiString TimeStr = {read=GetTimeStr};
  41.     __property int TimeInt = {read=GetTimeInt, nodefault};
  42. public:
  43.     #pragma option push -w-inl
  44.     /* TPowersock.Destroy */ inline __fastcall virtual ~TNMTime(void) { }
  45.     #pragma option pop
  46.     
  47. };
  48.  
  49.  
  50. //-- var, const, procedure ---------------------------------------------------
  51.  
  52. }    /* namespace Nmtime */
  53. #if !defined(NO_IMPLICIT_NAMESPACE_USE)
  54. using namespace Nmtime;
  55. #endif
  56. #pragma option pop    // -w-
  57. #pragma option pop    // -Vx
  58.  
  59. #pragma delphiheader end.
  60. //-- end unit ----------------------------------------------------------------
  61. #endif    // NMTime
  62.