Jump to content
Sign in to follow this  
Starlet

Change font size in TstringGrid in Fmx

Recommended Posts

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

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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

×