Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何在 TGroupBox 中设置透明背景颜色?
在我的 Delphi 表格中,我有一个 GroupBox 和一个面板(图形叠加)。 我编写了一个使用 Rect 在面板上绘制渐变填充的程序。有用! 现在我有另一个问题:GroupBox 背景颜色来自 Form 但我希望它与 Panel 相同。我不能将 GroupBox 放入 Panel,因为绘制过程会填充整个 Panel 区域(也是 GroupBox)。有没有办法(通过代码)设置 GroupBox 的透明背景颜色?
将 groupbox 的 parentcolor 设置为 true
我解决了在运行时设置 GroupBox 的 Parent 属性。