B4J Question [ABmaterial] ABMInput

giannimaione

Well-Known Member
Licensed User
Longtime User
hi all,
how to controll max length text (number of characters) in AMBInput ?
example:
B4X:
Dim MyText As ABMInput
'wish MyText.MaxLenghtInput = 10
 

Cableguy

Expert
Licensed User
Longtime User
a simple scroll down the ABMInput props and methods would have shown this to you...
B4X:
 Dim mytext As ABMInput
 mytext.MaxCharacters = 10
 
Upvote 0

giannimaione

Well-Known Member
Licensed User
Longtime User
hello @Cableguy ,

are you sure?
i have lib ABMaterial 4.30 and no there is props MaxCharacters
 
Upvote 0
Top