I have a custom control,
the ancestor is another custom control,
whose ancestor is TPanel;
that is
TNotMyCustomControl = class(Tpanel);
TMyCustomControl = class(TNotMyCustomControl); Wheth
I have a custom control,
the ancestor is another custom control,
whose ancestor is TPanel;
that is
TNotMyCustomControl = class(Tpanel);
TMyCustomControl = class(TNotMyCustomControl); Wheth