[Gambas-user] Removing a runtime created control

KKing kicking177 at gmail.com
Sat Nov 28 12:06:50 CET 2020


I'm using the Last.Text and serves my purpose.
I'm actually using  hToolButton.Text = "MyButton" & "_" & CStr(intIndex) 
and in the My_Button_Click event I split the Last.Text into "MyButton" 
and the intIndex.
The "MyButton" is actually a psuedo column name (can be various columns) 
and use that with the intIndex to know the original data item I'm 
looking to maintain.
K.


More information about the User mailing list