[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Performs actions when a component has been loaded during LCL component streaming.
Source position: forms.pp line 221
protected procedure TScrollBox.Loaded; override; |
Loaded is an overridden method in TScrollBox used to perform actions needed when a component has been loaded from a resource during LCL streaming. It calls the inherited method (in TScrollingWinControl) on entry to resize its child Controls and update its scroll bars. It calls the UpdateParentColorChange method to set the opacity for the control based on the values in ParentColor and ParentBackground.
|
Indicates if the control uses the background from its Parent control. |
|
|
Use the Color from the Parent control, when enabled. |
|
|
The background color for the control. |
|
|
Updates ControlStyle flags to set the opacity for the control. |
|
|
Contains style flags which control the features or behaviors enabled for the control. |
|
|
Enumerated type with values for features or behaviors for a control. |
Version 4.0 | Generated 2025-05-03 | Home |