<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2800.1458" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>I have created a descendant of TPanel (I could use
TCustomPanel - but same problem occurs) </FONT><FONT face=Arial size=2>and have
Created a new Create constructor (different parameters). The compiler always
gives a Warning about "Method xyz hides virtual method of the base type..."
</FONT><FONT face=Arial size=2>I know it does - desired
functionality!</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>How do I correct this to stop the warning from
being displayed. I dont want to provide a dummy override of the constructor and
this code will be worked on for some time to come...</FONT></DIV>
<DIV><FONT face=Arial size=2>I would like to deliberately stop the warning from
displaying.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>Regards<BR>Paul McKenzie<BR>SMSS
Ltd.<BR>Wellington<BR>New Zealand</FONT></DIV></BODY></HTML>