P
Peter Laurens
Hi,
I am not having much luck in finding out how to get the calling object
of a method.
Is there an implicit way that a method can get a pointer to the object
that called it, or do I have to write that explicitly, manually
including a 'sender' parameter for the method call myself?
I have looked at 'caller' but can only coax a string out of it.
Thanks in advance for your kind help!
- Nex
I am not having much luck in finding out how to get the calling object
of a method.
Is there an implicit way that a method can get a pointer to the object
that called it, or do I have to write that explicitly, manually
including a 'sender' parameter for the method call myself?
I have looked at 'caller' but can only coax a string out of it.
Thanks in advance for your kind help!
- Nex