[Overview][Types][Classes][Procedures and functions][Index] |
Performs actions needed when the component has finished loading in the LCL streaming mechanism.
Source position: extctrls.pp line 1148
protected procedure TCustomPanel.Loaded; override; |
Loaded is an overridden procedure used to perform actions needed when the component has finished loading in the LCL component streaming mechanism. Loaded calls the inherited method, and calls UpdateParentColorChange to adjust the ControlStyle when ParentColor is in use.
|
Updates the control to reflect changes to the ParentColor property. |
|
|
Indicates if the control is drawn using the color in the parent control. |
|
|
Contains style flags which control the features or behaviors enabled for the control. |
|
Version 4.0 | Generated 2025-05-03 | Home |