B4J Question B4J How to get all ABMComponents whitin a page/container or even ModalSheet dynamically???

Harris

Expert
Licensed User
Longtime User
Don't know if possible...
There is a Row / Cell RemoveAllComponents, but no GetAllComponents...
 
Upvote 0

Joan Paz

Member
Hello, is not the best solution, but you can create a global map and insert all objects to get this object in all the ABMPage by map key(object id).

B4X:
Public mapexample as map
mapexample.inicialice

dim btnexample as ABMButton
mapexample.put("buttonid",btnexample)
 
Upvote 0
Cookies are required to use this site. You must accept them to continue using the site. Learn more…