[fpc-pascal] What does this warning mean?

Michael Van Canneyt michael at freepascal.org
Thu Sep 13 08:38:45 CEST 2007



On Wed, 12 Sep 2007, Jilani Khaldi wrote:

> Hi All,
> 
> "drawing.pp(19,42) Warning: Constructing a class "TFPImageCanvas" with
> abstract methods".

It means that TFPCustomCanvas has an abstract method which is not
overridden by TFPImageCanvas, when it should override this...

I will look into this.

Michael.



More information about the fpc-pascal mailing list