Am I really doing this right?
I pass a reference to an object and when it is received it is a reference to an Interface!
A bit of magic. The girl in tights throws a big silver ball and the man in the sparkly suit catches a bunch of live pigeons.
Yet it appears to work in my program without so much as a puff of smoke.
I pass a reference to an object and when it is received it is a reference to an Interface!
A bit of magic. The girl in tights throws a big silver ball and the man in the sparkly suit catches a bunch of live pigeons.
Yet it appears to work in my program without so much as a puff of smoke.
Code:
method a local l as long l = stdfun(me) '<============== call the regular function ' passing the OBJECT handle ... end method
Code:
'------------------------------------------- function stdfun ( x as InterfaceX ) as long function = x.b end function
Comment