[fpc-devel] RFC: Delphi style class helpers

Paul Ishenin ip at kmiac.ru
Tue Dec 21 03:01:14 CET 2010


21.12.2010 8:48, Paul Ishenin wrote:
>> - should class helpers be able to extend other class helpers (as class
>> helpers are implemented as child classes of the extended class this
>> might currently be possible)?
>
> no

After reading of Jonas mail and following to QC I found that next 
example indeed works:

   TFooHelper1 = class helper(TFooHelper) for TFoo
   end;

Best regards,
Paul Ishenin




More information about the fpc-devel mailing list