Hello I cannot find anything in the docs so ask for guidance.
Given an object pointer, (eg the Object *) for an object, how do I find out what type of object it is, I guess this is the class it belongs to. For example I want to check if an object I send to a function is a BetterString object and if it is then do something, if not just return. Many of the BetterString objects are embedded in classes and do not have specific object IDs. So rather than check a huge list of object ids, and not all of the objects will have a aet ID, I want to use the object pointer passed to find out if it is a specific class type. Is there a function that will get the class id from the object pointer ? Regards, Bill. ------------------------------------ Visit http://www.amiga.dk/tumult for MUI-related information, especially about MUI custom classes.Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/MUI/ <*> Your email settings: Individual Email | Traditional <*> To change settings online go to: http://groups.yahoo.com/group/MUI/join (Yahoo! ID required) <*> To change settings via email: [email protected] [email protected] <*> To unsubscribe from this group, send an email to: [email protected] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
