How can I determine the background color of a TTabSheet when running on a OS with themes like XP and above?
相关问题
- Is there a Delphi 5 component that can handle .png
- Is there a way to install Delphi 2010 on Windows 2
- Is TWebBrowser dependant on IE version?
- iOS objective-c object: When to use release and wh
- DBGrid - How to set an individual background color
相关文章
- Best way to implement MVVM bindings (View <-> V
- Windows EventLog: How fast are operations with it?
- How to force Delphi compiler to display all hints
- Coloring cell background on firemonkey stringgrid
- HelpInsight documentation in Delphi 2007
- Can RTTI interrogate types from project code at de
- How to make a default custom theme with ggplot2 in
- What specifically causes EPrivilege to be raised?
I would try GetThemeColor.
Edit: But note that tab sheets have a gradient under standard XP theming, so a single color probably is not what you need.