2016-04-26 17:37 GMT-03:00 Bart <bartjun...@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
--
_______________________________________________
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to