RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
SysUtils.Win32Platform Variable

Specifies the Windows Operating System platform identifier.

Pascal
Win32Platform: Integer = 0;
C++
int Win32Platform = 0;

Win32Platform is used to identify the type of Win32 platform the system is running. This will be one of the following values:

Value 
Meaning 
VER_PLATFORM_WIN32s = 0  
System is Win32s.  
VER_PLATFORM_WIN32_WINDOWS = 1  
System is Windows 95.  
VER_PLATFORM_WIN32_NT = 2  
System is Windows NT. This includes Windows XP and Vista.  

Note: Win32Platform is available on Windows only.
 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!