iOS Question Setting input type in Textfield

stevenindon

Active Member
Licensed User
May i knw how can i set INPUT_TYPE_NUMBERS for TextField in B4i programmatically?

Example :
B4X:
    Dim sName As TextField
    sName.Initialize("sName")
    sName.???=sName.TYPE_EMAIL_ADDRESS <<---- cant find my way through..

Thanks
 

stevenindon

Active Member
Licensed User
Thank you Erel. I guess the best practice is to right click on a textfield in the designer... and look at the properties there. Somehow will be able to figure out from the properties tree.

Thanks! You are the best
 
Upvote 0
Top