[Lazarus] Controls without a TCustomXClassname
Fabio Luis Girardi
fluisgirardi at gmail.com
Wed Apr 27 00:29:37 CEST 2016
2016-04-26 17:37 GMT-03:00 Bart <bartjunk64 at gmail.com>:
>
> Maybe I'missing the point but:
>
> TDBEdit = class(TCustomMaskEdit)
> TDBText = class(TCustomLabel)
>
>
Yes, this is right, but I think that should be:
TCustomDBEdit = class(TCustomMaskEdit)
TDBEdit = class(TCustomDBEdit)
On this scenario, the entire functionality of TDBEdit shoud be implemented
into TCustomDBEdit and TDBEdit only publishes the wanted features. Or Am I
wrong?
--
The best regards,
Fabio Luis Girardi
PascalSCADA Project
http://sourceforge.net/projects/pascalscada
http://www.pascalscada.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.lazarus-ide.org/pipermail/lazarus/attachments/20160426/abd2df22/attachment-0003.html>
More information about the Lazarus
mailing list