[Gambas-user] ColumnView Question Node Delete method

ron ronstk at ...239...
Thu Apr 1 19:55:29 CEST 2004


Hi Benoit

When I select a node point in the ColumnView and want that
node and children are Deleted do I have to Delete first all
child nodes before do the node delete or is it automatic done?
Had somewhere, not gambas, once a problem with this. 
Populair Java applet not freeing memory in IE, the default crashes.

I do now this way
	ColumnView.MoveTo(key)
	ColumnView.Item.Delete
or may I use instead ?
	ColumnView[key].Delete

It looks is goes OK but I want to be shure. 

Ron






More information about the User mailing list