Internet Direct (Indy)
Home
PreviousUpNext
TIdWin32Type Enumeration

Indicates the Windows platform and operating system for an Indy application.

Pascal
TIdWin32Type = (
  Win32s,
  WindowsNT40PreSP6Workstation,
  WindowsNT40PreSP6Server,
  WindowsNT40PreSP6AdvancedServer,
  WindowsNT40Workstation,
  WindowsNT40Server,
  WindowsNT40AdvancedServer,
  Windows95,
  Windows95OSR2,
  Windows98,
  Windows98SE,
  Windows2000Pro,
  Windows2000Server,
  Windows2000AdvancedServer,
  WindowsMe,
  WindowsXPPro,
  Windows2003Server,
  Windows2003AdvancedServer
);

TIdWin32Type is an enumerated type that represents the Windows platform and host operating system for an Indy application. TIdWin32Type is not available on the Linux platform. 

TIdWin32Type is the type returned from the Win32Type function, which uses the values in the Operating System version information to determine the type of platform in use.

Internet Direct (Indy) version 10.1.5
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
Website http://www.indyproject.org.
Post feedback to the Indy Documentation newsgroup.