| KiXforms Class Library |
Build Property |
Returns the current Kixforms build number.
object.Build
A long integer value specifying the Kixforms build number, for example 41.
The build number is incremented by one for every release of KiXforms. The version property returns a string which contains both the release number e.g. 2.3.0 and the build number e.g. 40. Betas have the same release number, but incremental build numbers. The release number is only incremented when the current beta phase is completed. For example:
| Release | Version | Build |
|---|---|---|
| KiXforms 2.2.0 | 2.2.0 | 37 |
| KiXforms 2.3.0 Beta 1 | 2.3.0 | 38 |
| KiXforms 2.3.0 Private Beta 2 | 2.3.0 | 39 |
| KiXforms 2.3.0 Beta 2 | 2.3.0 | 40 |
| KiXforms 2.3.0 Beta 3 | 2.3.0 | 41 |
One can quickly determine the current version and build number by examining the version properties of the KIXFORMS.DLL itself. To check the version of a running form, click the top-left form control box and select "About...".
| The CHM file was converted to HTML by chm2web software. |