Starlet 0 Posted March 1, 2019 Hello all: Delphi 10.3 I try to change font size in TstringGrid in FMX form Windows 32 Plattform. I try with : grid.StyledSettings.size:=false; grid.TextSettings.font.size:=20; withou any results. Can someone help me? TIA. Share this post Link to post
azrael_11 0 Posted April 15, 2019 I Think this is not correct grid.StyledSettings.size:=false; the correct on is grid.StyledSettings:= grid.StyledSettings - [TstyledSetting.Size]; Share this post Link to post