So ist es, Komponente aus dem Info-PowerPaket.
Hhm, wenn ich die verwenden will komm ich scheinbar um einen Classhelper nicht rum.
Wie läuft das mit einer " Interposer Class "? Kenn ich noch nicht, würde mich interessieren.
Zitat:
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.
Sollte ich nicht lieber einen Classhelper schreiben, wobei ich es bei Delphi nicht unbedingt als Hack sehe