On 2013-03-20 17:56, Hans-Peter Diettrich wrote: > TInterfacedObject *simplifies* the addition of interfaces to derived > classes
Just for clarity [to the original poster]... that is only for COM style interfaces and the reference counting part. CORBA style interfaces have no "required" methods to implement, so in such a case general interface support can be added to a TObject descendant simply by including the interface name in the class declaration. Regards, - Graeme - -- fpGUI Toolkit - a cross-platform GUI toolkit using Free Pascal http://fpgui.sourceforge.net/ -- _______________________________________________ Lazarus mailing list [email protected] http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
