[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Updates the control style when the parent background is used.
Source position: stdctrls.pp line 170
protected procedure TCustomGroupBox.UpdateOpaque; |
UpdateOpaque is a method used to update the control style flags when the parent background is used for the control. When the ParentBackground property is set to True, ControlStyle is updated to remove the csOpaque flag. If ParentBackground is not enabled, ControlStyle is updated to include the csOpaque flag.
|
Indicates if the control uses the background from the parent. |
Version 4.0 | Generated 2025-05-03 | Home |