DelphiBasics
  Home  |  Delphi .net Home  |  System NameSpace
 .NET Framework
 Namespace References

 System
 
  Array  Class 
  Boolean  Structure 
  Buffer  Class 
  Byte  Structure 
  Char  Structure 
  Console  Class 
  Convert  Class 
  DateTime  Structure 
  DayOfWeek  Enumeration 
  Decimal  Structure 
  Double  Structure 
  Enum  Class 
  Environment  Class 
  Exception  Class 
  ICloneable  Interface 
  Int16  Structure 
  Int32  Structure 
  Int64  Structure 
  Math  Class 
  Object  Class 
  OperatingSystem  Class 
  Random  Class 
  SByte  Structure 
  Single  Structure 
  String  Class 
  TimeSpan  Structure 
  UInt16  Structure 
  UInt32  Structure 
  UInt64  Structure 
  Version  Class 
 System.Collections
 System.Globalization
 System.IO

 Articles and Tutorials

 Overview of .NET
 Delphi and .NET
 Winform Applications
 ASP .Net Applications
 php Web Services
 Framework Collections
 Framework String Handling
 Framework Files and Folders


 
 
  System.Version Class
 
 Description
Holds the following operating system version information :
 
Major Version 
Minor Version 
Build 
Revision 
 Syntax
Constructor Create ( Version : String ; );
Constructor Create ( MajorVersion : Integer; MinorVersion : Integer );
Constructor Create ( MajorVersion : Integer; MinorVersion : Integer; Build : Integer );
Constructor Create ( MajorVersion : Integer; MinorVersion : Integer; Build : Integer; Revision : Integer );
 Methods
CompareTo  Compares the current Version value to another
Equals  Compares a Version value to the current Version value
ToString  Builds the Version information into a single string

 Properties
Major  Integer  Major version
Minor  Integer  Minor version
Build  Integer  Build
Revision  Integer  Revision
 Operators
<  Whether one version is less than another
<=  Whether one version is less than equal to another
=  Whether one version is equal to another
<>  Whether one version is not equal to another
>=  Whether one version is greate or equal to another
>  Whether one version is greater than another

 Delphi Basics links
 
System.OperatingSystem

 Microsoft MSDN links
 
System
System.version
 
Delphi Programming © Neil Moffatt . All rights reserved.  |  Home Page