WagnerAlexandre Posted January 16, 2015 Posted January 16, 2015 how I can change the font of the items of a component treeview because realized the change in the object inspector but when compiling the source returns to its original state. Quote
Sherzod Posted January 16, 2015 Posted January 16, 2015 Hi, designtime: runtime: with UniTreeView1.Items[0].Font do begin Size := 14; Style := [fsBold, fsUnderline]; Color := clGreen end; Try... Best regards. Quote
WagnerAlexandre Posted January 16, 2015 Author Posted January 16, 2015 Thank you functioned normally. 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.