I’m using a VCL Style with a Delphi 10.2 application and it’s overriding the colour of the selected tab, resulting in what looks like white text on a white background.
Is there any way to override the style colour of the tab text?
Regardless, you can customize the text color by doing the following:
Uncheck the seFont element from the StyleElements property of the TRzPageControl. Then you can change the TextColors.Selected property to the color you wish.
I’m guessing that’s in the v8 components, as I don’t see it in the v6 components.
Even though I have Delphi 13.1, I’m still doing development in 10.2 as it would cost thousands to upgrade the components I use. I’m only using 13.1 for new projects.