System.SysUtils.TOSVersion.Name
Delphi
class property Name: string read FName;
C++
/* static */ __property System::UnicodeString Name = {read=FName};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | public | System.SysUtils.pas System.SysUtils.hpp |
System.SysUtils | TOSVersion |
Description
Represents the name of the current operating system.
Use this property to get the name of the current operating system.