Newsgroups : Borland : borland.public.delphi.internet.winsock : 2006 Jun : Re: IdTCPServer

www.cryer.info
Managed Newsgroup Archive

Re: IdTCPServer

Subject:Re: IdTCPServer
Posted by:"Remy Lebeau (TeamB)" (no.spam@no.spam.com)
Date:Fri, 16 Jun 2006 10:19:44

"brandon" <someone@microsoft.com> wrote in message
news:4492b857@newsgroups.borland.com...

> Thanks Remy, I see the data property on the server.
> How do I access this data property on the client?

There is no such property on the client side.  Most Client components are
not threaded to begin with.  Just access your data object directly when
needed.  If you need to pass your client component around amongst several
threads, and need to know which data object belongs with it, then you could
use the component's Tag property to store the data object pointer.


Gambit

Replies:

none

In response to:

www.cryer.info
Managed Newsgroup Archive