Android Question SD_IconTextView Uppercase characters

Star-Dust

Expert
Licensed User
Longtime User
Use SD_textView.NativeObject to set a mask with native methods
Or insert an upcase of new text into the TextChanged
 
Upvote 0

Declan

Well-Known Member
Licensed User
Longtime User
I cannot find a upcase in "SD_textView.NativeObject".
Could you please give me an example of what I must do?
Many Thanks for an awesome control
 
Upvote 0

Declan

Well-Known Member
Licensed User
Longtime User
Sorted:
txtDeviceID.NativeObject.InputType = Bit.Or(txtDeviceID.NativeObject.InputType, 4096)
 
Upvote 0
Top