Ir al contenido


Foto

[TRUCO DELPHI] es Windows 95 o Windows NT ?


  • Por favor identifícate para responder
No hay respuestas en este tema

#1 sir.dev.a.lot

sir.dev.a.lot

    Advanced Member

  • Miembros
  • PipPipPip
  • 545 mensajes
  • Location127.0.0.1

Escrito 10 diciembre 2016 - 04:30

[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.