Hello ,
I'm looking at a program written by someone else...
In the program, a specific function is called like this:
...
showdata(this)
...
Down the road...
procedure showdata(pParm1, pParm2)
...
...
return
In this procedure I can see the values of pParm1(an object), pParm2(a logical value) in the debugger BUT I don't understand how they relate to THIS from the calling statement.
Thanks for your help.
-sebes
I'm looking at a program written by someone else...
In the program, a specific function is called like this:
...
showdata(this)
...
Down the road...
procedure showdata(pParm1, pParm2)
...
...
return
In this procedure I can see the values of pParm1(an object), pParm2(a logical value) in the debugger BUT I don't understand how they relate to THIS from the calling statement.
Thanks for your help.
-sebes