System.SysUtils.TOSVersion.Name

From RAD Studio API Documentation
Jump to: navigation, search

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.

See Also