B4J Question On Combo box items list

rossati

Active Member
Licensed User
Longtime User
Hi

It is correct that the list extracted from a combo box for example by the statement like this
Dim lst As List = cmb.Items
is simply a pointer to the content of the combo itself and removing item(s) from this list is removes items(s) from the combo?
Thanks
Giovanni Rossati
 
Top