Jump to content

Recommended Posts

Posted

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.

 

Posted

Hi,

 

designtime:

 

post-906-0-50972100-1421383233_thumb.png

 

runtime:

with UniTreeView1.Items[0].Font do begin    
  Size := 14;
  Style := [fsBold, fsUnderline];
  Color := clGreen
end;

Try...

 

Best regards.

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...