Im really lost when it comes to objects that don't tell me what their properties/methods are.
How can I list all the properties/methods an object has to offer?
Also. Is their tutorial out there on objects.
Im really lost when it comes to objects that don't tell me what their properties/methods are.
How can I list all the properties/methods an object has to offer?
Also. Is their tutorial out there on objects.
hit F2, thats the object browser... if the objects properties and methods are exposed (public) then you will see them there, otherwise they are hidden and you are not supposed to see them anyway... I can be more specific with you if you can be more specific on exactly what objects you are trying to work with