[Lazarus] Controls without a TCustomXClassname

Bart bartjunk64 at gmail.com
Tue Apr 26 22:37:21 CEST 2016


On 4/26/16, Fabio Luis Girardi <fluisgirardi at gmail.com> 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




More information about the Lazarus mailing list