Am 12.01.2019 um 23:45 schrieb Martin Frb via lazarus:
>>      inherited;                       // calls TObject.Create!
> because TObject has a matching constructor.

Indeed. But in Delphi, "inherited without function name" stops looking after one
mismatched argument list (just like override would), so it never gets to 
TObject.

FPC keeps going up the ancestor chain.

-- 
Regards,
Martok

-- 
_______________________________________________
lazarus mailing list
lazarus@lists.lazarus-ide.org
https://lists.lazarus-ide.org/listinfo/lazarus

Reply via email to