Hello,
i added the ABMInput in Class_Globals
Then i add the Component to the page with
But with inpText.text i always get an empty String. What is the correct way to get the entered text?
i added the ABMInput in Class_Globals
B4X:
Dim inpText As ABMInput
Then i add the Component to the page with
B4X:
inpText.Initialize(page,"inpText",ABM.INPUT_TEXT,"Text",False,"")
page.Cell(7,2).AddComponent(inpText)
But with inpText.text i always get an empty String. What is the correct way to get the entered text?