[Gambas-user] Killing objects? Urgent

Eilert eilert-sprachen at ...221...
Wed Dec 21 08:28:42 CET 2005


This is important for me and my project :-)

I create an input mask dynamically. Here is an example:


PRIVATE mTxt AS NEW Object[]


DIM tt AS TextBox
   tt = NEW TextBox(Maske)  'Maske is a TabView which shows the input 
elements
   mTxt.Add(tt)
   mTxt[0].X = 10
   mTxt[0].Y = 10
   mTxt[0].Text = "hallo"


Now, this will not kill the TextBox, but for my understanding it should:

   mTxt.Clear

How else can I get rid of the objects?

Thanks for every insight.

Rolf





More information about the User mailing list