Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
IWGrid.Clear Frees objects in control field?
#1
I am using Intraweb 14.2.7 and I have a question. When I use IWGrid, I create some buttons using the control field. When I use IWGrid.Clear, ir frees the object assigned to Control?
Reply
#2
Hi Luis

No, it doesn't. The IWGrid.Clear frees all grid cells, but during TIWGridCell.Destroy the control is not destroyed. However, if TIWGridCell is assigned to some control, the control will no longer be parented to the grid, but its parent becomes NIL.
Reply
#3
I learned the hard way... you gotta iterate through all of the cells and destroy the controls first.

Good thing is... it's a simple thing to do Smile
Reply
#4
Thanks for all your replies and help!!!
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)