On 4/26/16, Fabio Luis Girardi <[email protected]> wrote: > But now, extending some controls of LCL (including some kind of security on > it), and some of then, don't have a TCustom<ClassName> as ancestor. Some > controls that don't have: > > ** TScrollBox > ** TDBText > ** TDBEdit > ** TNotebook (and TPage)
Maybe I'missing the point but: TDBEdit = class(TCustomMaskEdit) TDBText = class(TCustomLabel) Bart -- _______________________________________________ Lazarus mailing list [email protected] http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
