[Overview][Types][Classes][Index] |
Handles the control message received when the ParentColor property is changed.
Source position: groupededit.pp line 238
protected procedure TCustomAbstractGroupedEdit.CMParentColorChanged( |
var Message: TLMessage |
); message; |
Message |
|
Message instance received by the control and handled in the method. |
CMParentColorChanged is method used to handle the CM_PARENTCOLORCHANGED control message for the grouped edit control. It reimplements the method introduced in the TControl ancestor to ensure that values in the ParentColor and Color properties are updated for the composite control. When ParentColor is enabled, the Color value from the Parent control is applied to the class instance.
|
Background color for the BaseEditor on the control. |
|
|
Represents the control used as the editor for the value in the grouped edit control. |
|
|
Sets the value for the Color property |
|
|
The control within which the control is shown. |
|
|
Use the Color from the Parent control, when enabled. |
|
|
Handles a CM_PARENTCOLORCHANGED message for the control. |
Version 4.0 | Generated 2025-05-03 | Home |