Private Sub CreateLabel(EventName As String) As B4XView
Dim lbl As Label
lbl.Initialize(EventName)
#If B4A
lbl.SingleLine = False
#Else If B4I
lbl.Multiline = True
#Else If B4J
lbl.WrapText = True
#End If
Return lbl
End Sub
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.