Jump to content


Photo

[TRUCO DELPHI] es Windows 95 o Windows NT ?


  • Please log in to reply
No replies to this topic

#1 sir.dev.a.lot

sir.dev.a.lot

    Advanced Member

  • Miembros
  • PipPipPip
  • 545 posts
  • Location127.0.0.1

Posted 10 December 2016 - 04:30 PM

[TRUCO DELPHI] es Windows 95 o Windows NT ?


delphi
  1. function IsWin95: Boolean;
  2. begin
  3. Result := Win32Platform = VER_PLATFORM_WIN32_WINDOWS;
  4. end;
  5.  
  6. function IsWinNT: Boolean;
  7. begin
  8. Result := Win32Platform = VER_PLATFORM_WIN32_NT;
  9. end;

Saludos!


  • 1




IP.Board spam blocked by CleanTalk.