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.
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.
WagnerAlexandre Posted January 16, 2015 Author Posted January 16, 2015 Thank you functioned normally.
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now