Currently, the iOS TEdit when it brings up the Keyboard, will have the keyboard in Caps for first letter.
I would like to turn off Keyboard auto going into Caps for first letter for specific TEdit.
Some TEdits I would want to retain first letter as capitalized, eg Names.
I can’t use the TEdit.CharCase feature as it forces all input in TEdit to lowercase.
What I want is that user can Type in Mixed Case if they choose to but the Keyboard has to be in lowercase when TEdit first comes into focus.
How do I do this in Delphi 10.4.1?
StackOverflow: Firemonkey
Embarcadero: Firemonkey OOP
Embarcadero: Firemonkey C++