Afaik, tp, delphi and fpc in delphi mode allow to not have to specify the parameters again in the implementation section. That is, if there is only one method of that name. If you have multiple overloaded methods of the same name then it won't compile.