[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Sets the value for the ParentBackground property.
Source position: forms.pp line 327
protected procedure TCustomFrame.SetParentBackground( |
const AParentBackground: Boolean |
); override; |
AParentBackground |
|
New value for the ParentBackground property. |
Ensures that Color is changed to the value in the Parent control when the property is set to True. Color is set to clDefault when the property is set to False. Calls UpdateOpaque to ensure that the csOpaque style flag is applied to the ControlStyle property as needed.
|
Indicates if the control uses the background from the parent. |
Version 4.0 | Generated 2025-05-03 | Home |