K Konrad L. M. Rudolph May 17, 2004 #2 Alex said: this.this.this.this... The compiler wont let us do that ;-) Click to expand... Why should it? "this" is not defined on class scope, only on procedure scope. Therefore "this.this" is not defined. "this" is no class member!
Alex said: this.this.this.this... The compiler wont let us do that ;-) Click to expand... Why should it? "this" is not defined on class scope, only on procedure scope. Therefore "this.this" is not defined. "this" is no class member!