System.SysUtils.TOSVersion.Check
Delphi
class function Check(AMajor: Integer): Boolean; overload; static; inline;
class function Check(AMajor, AMinor: Integer): Boolean; overload; static; inline;
class function Check(AMajor, AMinor, AServicePackMajor: Integer): Boolean; overload; static; inline;
C++
static bool __fastcall Check(int AMajor)/* overload */;
static bool __fastcall Check(int AMajor, int AMinor)/* overload */;
static bool __fastcall Check(int AMajor, int AMinor, int AServicePackMajor)/* overload */;
Eigenschaften
Typ | Sichtbarkeit | Quelle | Unit | Übergeordnet |
---|---|---|---|---|
function | public | System.SysUtils.pas System.SysUtils.hpp |
System.SysUtils | TOSVersion |
Beschreibung
Gibt zurück, ob die Version des aktuellen Betriebssystems größer oder gleich einem bestimmten Wert ist.
Mit Check können Sie festlegen, ob die Version des aktuellen Betriebssystems größer oder gleich einem bestimmten Wert ist.