[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Performs actions when LCL component streaming has been completed for the form instance.
Source position: forms.pp line 838
protected procedure TForm.Loaded; override; |
Loaded is an overridden method in TForm, and calls the inherited method on entry. It ensures that the value in the LCLVersion property is set to the lcl_version constant from the LCLVersion unit.
|
The LCL version number as a String type. |
|
|
Performs actions when the component has been loaded using the LCL streaming mechanism. |
Version 4.0 | Generated 2025-05-03 | Home |