Setting TTabControl color after XPManifest in Delphi
问题 I have tabcontrol component on my form. After I put XPManifest, its color became white, I want to change it, but couldn't find color property. And I don't want to remove XPManifest as well. Is there any way to solve this issue? 回答1: To change the color of a TTabControl must put the OwnerDraw property to true false and write your own code to draw the tabs and the background in the OnDrawTab Event. see this example. procedure TForm38.TabControl1DrawTab(Control: TCustomTabControl; TabIndex: