Hi! I kinda feel like a revolving door, here... If you make a control, obviously its Open() and Close() get called by the owning window. But what if I make a (non-control) class that implements an Open() and Close() event (with New Event), then drag one into a window? Will it's Open() and Close() events get fired just like those of 'real' controls? I know the constructor/destructor will get called, but what about the events? Maybe I could use that as an explicit way to free all the Eggs in the EggCarton class (by moving the destructor code into the Close() event.)? (See the previous post about "Re: Circular References & Garbage Collection."
_______________________________________________ Unsubscribe or switch delivery mode: <http://www.realsoftware.com/support/listmanager/> Search the archives: <http://support.realsoftware.com/listarchives/lists.html>
