with delphi on win32 you can use windows.SetParent, lazarus has
probably a unit where you can use this same function.


2006/12/3, Mattias Gaertner <[EMAIL PROTECTED]>:
On Sun, 3 Dec 2006 14:52:21 +0300
Al Boldi <[EMAIL PROTECTED]> wrote:

> Flávio Etrusco wrote:
> > On 11/27/06, Al Boldi <[EMAIL PROTECTED]> wrote:
> > > Question:
> > >
> > > Using [ form2.parent:=form1; ] attaches form2 to form1 in-process.
> > >
> > > What is needed to attach TControl.Parent to an out of process
> > > window?
> >
> > IIRC you can simply use the ParentWindow property.
>
> There is a TControl.Parent property, but I couldn't find a
> ParentWindow property.  Is this a new property?

It is a Delphi property to parent controls into non controls.
This is heavily widgetset dependent and thus not supported by the LCL
(yet).


Mattias

_________________________________________________________________
     To unsubscribe: mail [EMAIL PROTECTED] with
                "unsubscribe" as the Subject
   archives at http://www.lazarus.freepascal.org/mailarchives


_________________________________________________________________
    To unsubscribe: mail [EMAIL PROTECTED] with
               "unsubscribe" as the Subject
  archives at http://www.lazarus.freepascal.org/mailarchives

Reply via email to