Hi

I am working through 

Palm OS Programming from the Ground Up

and have run into a confusing situation.

In one example there is a function

static void setText(FieldPtr, CharPtr);

In the call for this function the FieldPtr parameter is supplied as
follows...

setText(getObject(form, ContactDetailFirstNameField), precord +
DB_FIRST_NAME_START);

in this setText call...   

getObject  returns a VoidPtr

Is a  VoidPtr and a FieldPtr the same thing?

Thanks in advance


-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/tech/support/forums/

Reply via email to