On Thu, 27 Feb 2014 09:32:31 -0300
Fabio Luis Girardi <[email protected]> wrote:

>[...]
> No. Lazarus allow me to add a child to my control, but I want redirect
> these childs to use a Panel inside of my TCustomControl as their parent.

I see. There is no function yet, to redirect designer drops. Components
can only accept or refuse.

Maybe a method can be added to TWinControl:

function GetDesignerDropTarget(aControl: TControlClass): TWinControl;
virtual;


Mattias

--
_______________________________________________
Lazarus mailing list
[email protected]
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to