Jump to content
MMSoft

TEdit problem capital letters (Delphi 12, Android)

Recommended Posts

Edit1.Text := 'Test123, Test456';
 

Delete the 6 and the 5 with backspace.
And now try to type the text abcd (with lowercase letters).
Here it automatically switches to capital letters every time, I don't want that.

Do you also have this problem, and how can I solve this?
 

Edited by MMSoft

Share this post


Link to post

Happens that only in Delphi Apps? Then try to set the control type to platform for the edit.

 

When it happens in all apps, which smartphone do you use? Samsung?

Share this post


Link to post
7 hours ago, Olli73 said:

Happens that only in Delphi Apps? Then try to set the control type to platform for the edit.

 

When it happens in all apps, which smartphone do you use? Samsung?

I have not seen this issue with any other App

Share this post


Link to post
1 hour ago, Lajos Juhász said:

Does it change if you change the CharCase from ecUpperCase to ecNormal?

Then it will also switch to capital letters, but only lower case letters will be added to the TEdit

Share this post


Link to post
18 hours ago, MMSoft said:

I have not seen this issue with any other App

Then setting the control type to platform should work, as I have mentioned.

Edited by Olli73

Share this post


Link to post

The problem appears to be in the Samsung keyboard, I now use "gboard" and the problem is no longer there.

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

×