Delphi 2009 Handbook




Delphi 2007 Handbook




Essential Pascal




social web book








December 27, 2007

Handbook Note 67/113: Interposer Classes

Note 67 of 113 of Delphi 2007 Handbook

Note 67: An interposer class is a class with the same name of the class it wants to change (using inheritance). By adding its unit after the unit of its base class in a uses statement, a unit will use the modified version of the class rather than the original. Interposer classes are not a terribly neat technique, rather a hack. But they can be very handy, indeed!

This blog post is part of my "113 Delphi 2007 Handbook Notes" blogging project, to promote my new Delphi book.





 

0 Comments


Post Your Comment

Click here for posting your feedback to this blog.

There are currently 0 pending (unapproved) messages.