[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Handles the CM_PARENTCOLORCHANGED message for the control.
Source position: forms.pp line 328
protected procedure TCustomFrame.CMParentColorChanged( |
var Message: TLMessage |
); message; |
Message |
|
Control message handled in the method. |
CMParentColorChanged is an overridden method in TCustomFrame. It calls the inherited method on entry to update the values in Color and ParentColor. If the control has finished loading using the LCL component streaming mechanism, the UpdateOpaque method is called to update flag values in the ControlStyle property. ControlStyle is not updated if csLoading is included in the ComponentState property.
|
Updates control style flags to reflect the transparency for the frame. |
|
|
Handles a CM_PARENTCOLORCHANGED message for the control. |
|
|
Use the Color from the Parent control, when enabled. |
|
|
The background color for the control. |
|
Version 4.0 | Generated 2025-05-03 | Home |