[Overview][Constants][Types][Variables][Index] |
LCL release number.
Source position: lclversion.pas line 32
const lcl_release = laz_release; |
Given a version string like 2.2.4, the lcl_release constant contains the third number (4).
Please note: Starting with LCL 3.0, the release number is no longer maintained and will always contain 0 (zero). Releases are represented using the major and minor version numbers: 3.0, 3.1, 3.2, etc.
|
LCL version string. |
Version 4.0 | Generated 2025-05-03 | Home |