The LCL version number as a String type.
Source position: forms.pp line 904
published property TForm.LCLVersion : string |
LCLVersion is a String property which written to the LCL streaming mechanism when ComponentState indicates the form instance was created a design-time (csDesignInstance). Used to distinguish form streaming content for different versions of the LCL. The value is assigned in both the Create constructor and the Loaded method. The property is set to the value in the lcl_version constant.
|
Constructor for the class instance. |
|
|
Performs actions when the component has been loaded using the LCL streaming mechanism. |
|
|
LCL version string. |
|
| Version 4.4 | Generated 2025-11-08 | Home |