xui.createlabel

  1. Alexander Stolte

    Wish [B4X] [XUI] xui.CreateLabel

    This is the way to create a XUI Label: Dim lbl_test as Label lbl_test.Initialize("xlbl_test") Dim xlbl_test as B4xView = lbl_test with a xui.CreateLabel i can save 2 lines and a new label name. In a bigger project this would be very usefull. Greetings
Top