Newsgroups : Borland : borland.public.delphi.internet.winsock : 2007 Dec : Re: idfTP and Socks problem
| Subject: | Re: idfTP and Socks problem |
| Posted by: | "Remy Lebeau (TeamB)" (no.spam@no.spam.com) |
| Date: | Mon, 10 Dec 2007 10:05:33 |
"Richard" <ritchie872@yahoo.com> wrote in message
news:475c163e@newsgroups.borland.com...
> Hmm , investiagting a bit more, it seems like, putting the idSockInfo
> in a form doers the trick. OR creating it at run time with a form as an
> owner:
>
> FSocks:= TIdSocksInfo.Create(Form3);
>
> This works, but creating it with Nil as an owner or some other
> non-visual component does nothing.
The Owner should not make any difference in how the component operates. It
doesn't care who the Owner is.
> Is this component dependient of some message loop or something?
No.
Gambit