[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'Forms' (#lcl)

TFrame.LCLVersion

LCL version number for the frame instance.

Declaration

Source position: forms.pp line 376

published property TFrame.LCLVersion : string
  read FLCLVersion
  write FLCLVersion
  stored LCLVersionIsStored;

Description

The value in LCLVersion is assigned in the Create constructor using the lcl_version constant defined in the lclversion.pas unit. Its value is stored during LCL component streaming if a value has not been assigned to the Parent for the control.

See also

TForm.LCLVersion

  

The LCL version number as a String type.

TForm.Create

  

Constructor for the class instance.

TControl.Parent

  

The control within which the control is shown.

lcl_version

  

LCL version string.


Version 3.2 Generated 2024-02-25 Home