
We will begin our exploration by seeing how to get the information from the Windows API.

Delphi's run time library (RTL) makes access to this information very straightforward. The Windows API provides some version information that is common to all 32 bit Windows operating systems. when wishing to take different actions on different operating systems.There are times when you need to know information about the version of Windows your program is running on.


