> From: Garth Watkins [mailto:[EMAIL PROTECTED]]
> Is it necessary to manually remove dynamically allocated
> objects from a form when switching to another form, or when exiting
> the app, or can I rely on FrmHandleEvent to free everything, including
> my dynamically allocated objects, when it receives frmCloseEvent.
Not necessary. Dynamically added objects are full fledged members of the
form, just like the ones originally defined in the resource. (That is, they
are not "tacked on" or otherwise different.) So the default behavior of
FrmDeleteForm handles them correctly.
-slj-
--
For information on using the Palm Developer Forums, or to unsubscribe, please see
http://www.palm.com/devzone/mailinglists.html