Question is, do I need to release this memory before I quit the function. In other words do the pointers returned by the APIs used to get information from objects in the form point to new copies of the objects pointers or do they point to the actual form data (which means it isn't my problem what happens to the memory pointed by these pointers as the PalmOS will release it when I close the form).
Getting a pointer to a string in a field is not a copy and doesn't need to be freed.
-- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
