Extreme situations.

  • Thread starter Thread starter Alex
  • Start date Start date
Alex said:
this.this.this.this... The compiler wont let us do that ;-)

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!
 
Back
Top