[Gambas-user] how to destroy and array of ojects?

roberto.premoli at tiscali.it roberto.premoli at tiscali.it
Sat Dec 16 00:32:32 CET 2023


> Like the other Bruce says to clear all panel objects in one go use
>
> tastiera_panel.Children.Clear
>
> for an amout of buttons but not all you can use Control.Delete
>
> For b As Integer = 0 To quantity
> mbl_button[b].Delete
> Next
>
> BruceS


thanks both Bruce and BB!
Roberto.



More information about the User mailing list