This Pointer is a compiler generated pointer during a function call pointing to the object upon which that function gets called.
0
votes
0answers
112 views
How to reach to object reference itself
newDt.importRow(dt.dataSource[i]);
when I call above I want to reach the object's itself in the block below. I mean I want to reach to countnumber of newDt object with getCount() methods. I tried ...