home *** CD-ROM | disk | FTP | other *** search
/ Delphi 5 for Professionals / DELPHI5.iso / AddOns / Components / Essentials / SETUP.EXE / %MAINDIR% / EsUtil.hpp < prev    next >
Encoding:
C/C++ Source or Header  |  1998-11-28  |  1.3 KB  |  37 lines

  1. // Borland C++ Builder
  2. // Copyright (c) 1995, 1998 by Borland International
  3. // All rights reserved
  4.  
  5. // (DO NOT EDIT: machine generated header) 'EsUtil.pas' rev: 3.00
  6.  
  7. #ifndef EsUtilHPP
  8. #define EsUtilHPP
  9. #include <SRMgr.hpp>
  10. #include <SysUtils.hpp>
  11. #include <Graphics.hpp>
  12. #include <Windows.hpp>
  13. #include <SysInit.hpp>
  14. #include <System.hpp>
  15.  
  16. //-- user supplied -----------------------------------------------------------
  17.  
  18. namespace Esutil
  19. {
  20. //-- type declarations -------------------------------------------------------
  21. //-- var, const, procedure ---------------------------------------------------
  22. extern PACKAGE Srmgr::TpsStringResource* StrRes;
  23. extern PACKAGE int __fastcall DaysInMonth(int Year, int Month);
  24. extern PACKAGE int __fastcall DefaultEpoch(void);
  25. extern PACKAGE Byte __fastcall GetLeftButton(void);
  26. extern PACKAGE void __fastcall GetRGB(Graphics::TColor Clr, Byte &IR, Byte &IG, Byte &IB);
  27. extern PACKAGE bool __fastcall IsLeapYear(int Year);
  28. extern PACKAGE int __fastcall Max(int I, int J);
  29. extern PACKAGE int __fastcall Min(int I, int J);
  30.  
  31. }    /* namespace Esutil */
  32. #if !defined(NO_IMPLICIT_NAMESPACE_USE)
  33. using namespace Esutil;
  34. #endif
  35. //-- end unit ----------------------------------------------------------------
  36. #endif    // EsUtil
  37.