<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">2016-04-26 17:37 GMT-03:00 Bart <span dir="ltr"><<a href="mailto:bartjunk64@gmail.com" target="_blank">bartjunk64@gmail.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-style:solid;border-left-color:rgb(204,204,204);padding-left:1ex"><span class=""><br>
</span>Maybe I'missing the point but:<br>
<br>
TDBEdit = class(TCustomMaskEdit)<br>
TDBText = class(TCustomLabel)<br>
<span class=""><font color="#888888"><br></font></span></blockquote></div><div class="gmail_extra"><div class="gmail_extra"><br></div><div class="gmail_extra">Yes, this is right, but I think that should be:</div><div class="gmail_extra"><br></div><div class="gmail_extra">TCustomDBEdit = class(TCustomMaskEdit)</div><div class="gmail_extra">TDBEdit = class(TCustomDBEdit)</div><div class="gmail_extra"><br></div><div class="gmail_extra">On this scenario, the entire functionality of TDBEdit shoud be implemented into TCustomDBEdit and TDBEdit only publishes the wanted features. Or Am I wrong? </div></div><div><br></div>-- <br><div class="gmail_signature">The best regards,<br><br>Fabio Luis Girardi<br>PascalSCADA Project<br><a href="http://sourceforge.net/projects/pascalscada" target="_blank">http://sourceforge.net/projects/pascalscada</a><br><a href="http://www.pascalscada.com" target="_blank">http://www.pascalscada.com</a></div>
</div></div>