I have a TListView.
lwadattarolas: TListView;
egylistviewitem:tlistviewitem;
I added an item to TListView:
egylistviewitem:=lwadattarolas.Items.Add;
egylistviewitem.Text:='Test';
How can I change the size of font of tlistviewitem?
In the objectinspector I can to change details1,details2,details3 font size but I can't to change the text font size.