IsVista function
System Information routines
Return to Introduction  Previous page  Next page
Unit
acUtils  

Declaration
function IsVista: Boolean; // returns True if Windows is Vista or higher  

Description
The IsVista function determines whether the current OS is Windows Vista. Funtion returns True if system is Windows Vista or higher, and False if version number is lower than Vista (lower than v6).  

See also
IsNT, IsWin2k and GetOS functions; acSystemInfo component.  
Windows XP themes functions.