constructor Create; overload;

constructor Create(Major, Minor: integer); overload;

constructor Create(Major, Minor, Build: integer); overload;

constructor Create(Major, Minor, Build, Revision: integer); overload;

 

Description

Create TScVersion instance and initialize it with the specified major, minor, build, and revision numbers.

The Major parameter is a value of the major component of the version number for this object. The Major property is set from the value of this parameter. The default value is 0.

The Minor parameter is a value of the minor component of the version number for this object. The Minor property is set from the value of this parameter. The default value is 0.

The Build parameter is a value of the build component of the version number for this object. The Build property is set from the value of this parameter. The default value is -1.

The Revision parameter is a value of the revision component of the version number for this object. The Revision property is set from the value of this parameter. The default value is -1.

 

SecureBridge Components, Copyright © 2007-2024 Devart. All Rights Reserved. Provide Feedback Visit Forum Request Support