Hi Erel
The title says it all
Now I use to write code like this:
Sub SetHeader(oText As Object)
#IF B4a
Dim tText As EditText = oText
tText.Hint = Translate("Enter Values") ' defined somewhere, not important
#Else If B4i
Dim tText As TextField = oText
tText.HintText =...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.