wprins Posted November 29, 2016 Posted November 29, 2016 Is it possible to set the font colour of the font used for TUniTabSheets? (I've tried setting the Font.Color property both at design and runtime and it doesn't seem to affect anything? Customer is asking for tab colorization on certain conditions...) Quote
Sherzod Posted November 29, 2016 Posted November 29, 2016 Hi, For now can you try this?! For example: procedure TMainForm.UniButton1Click(Sender: TObject); begin UniSession.AddJS(UniTabSheet1.JSName + '.tab.btnInnerEl.setStyle("color", "#008000")') end; Best regards. Quote
wprins Posted November 29, 2016 Author Posted November 29, 2016 Thanks for the prompt response, very helpful. I'll look into this. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.