Am 25.03.2011 22:33, schrieb Sven Barth:
2. In Delphi helpers are based on classes and in FPC they are a seperate type. I've choosen the later, because it has reduced the need for some checks and also simplified the code. I noticed the difference when checking the RTTI parent reference of a class helper (I had already checked that it is of type tkClass, but haven't thought more about it): the result was that all helpers (class and record) inherit from a class TClassHelperBase which in turn inherits from TInterfacedObject.
What does prevent you to mimic this behaviour? _______________________________________________ fpc-devel maillist - [email protected] http://lists.freepascal.org/mailman/listinfo/fpc-devel
