Internet Direct (Indy)
Home
PreviousUpNext
TIdOSType Enumeration

Represents valid values for the Operating System or Platform hosting the Indy application.

Pascal
TIdOSType = (
  otUnknown,
  otLinux,
  otWindows,
  otDotNet
);

TIdOSType is an enumerated type that represents the valid values that can be used to indicate the Operating System or Platform hosting the Indy application. TIdOSType contains the following values and meanings: 

 

Value 
Meaning 
otUnknown 
An unknown or unrecognized OS or platform is in use. 
otLinux 
The Indy application is running on the Linux operating system. 
otWindows 
The Indy application is running on a Windows operating system. 
otDotNet 
The Indy application is running on the Windows .Net platform. 

 

TIdOSType values are used in the GOSType global application variable.

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.