Re: [fpc-pascal] The "overload" keyword

2013-11-13 Thread Sven Barth
Am 13.11.2013 03:35, schrieb Xiangrong Fang: Hi All, According to http://www.freepascal.org/docs-html/ref/refsu72.html, the overload keyword is mostly optional and for delphi compatiblity only. But on Oct. 27, Sven replied my question about hide a public constructor in base class: >> I don

[fpc-pascal] The "overload" keyword

2013-11-12 Thread Xiangrong Fang
Hi All, According to http://www.freepascal.org/docs-html/ref/refsu72.html, the overload keyword is mostly optional and for delphi compatiblity only. But on Oct. 27, Sven replied my question about hide a public constructor in base class: >> I don't understand why this does not work: >> f := TFil