Hi to all,
I would know if it's possible create a generic object like 'Node' that can contain other objects of the same kind.
Example:
I would know if it's possible create a generic object like 'Node' that can contain other objects of the same kind.
Example:
B4X:
Dim tb As TableView
tb.Initialize("")
Dim n As Node = tb