System.SysUtils.TOSVersion.ServicePackMinor

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

class property ServicePackMinor: Integer read FServicePackMinor;

C++

/* static */ __property int ServicePackMinor = {read=FServicePackMinor};

Propriétés

Type Visibilité  Source Unité  Parent
property public
System.SysUtils.pas
System.SysUtils.hpp
System.SysUtils TOSVersion

Description

Représente le numéro de version mineure du service pack pour le système d'exploitation en cours.

Exemple (Delphi) :

Writeln(Format('SP version: %d.%d', [TOSVersion.ServicePackMajor, TOSVersion.ServicePackMinor]));

Résultat possible :

SP version: 3.0

Voir aussi