Indicates the Operating System hosting the Indy application.
GOSType = otDotNet;
GOSType is a constant that indicates the Operating System or platform hosting the application using the Indy library. The value in GOSType is assigned based on compiler defines for the operating system or platform, and can contain the following values:
Value |
Meaning |
otLinux |
Linux operating system |
otWindows |
Windows operating system |
otDotNet |
Net platform |
Use GPathDelim to determine the path delimiter to use for the host operating system or platform.
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
|
Post feedback to the Indy Docs Newsgroup.
|