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:Thu, 15 Jun 2006 12:09:46

"brandon" <someone@microsoft.com> wrote in message
news:449177c1$1@newsgroups.borland.com...

> Is there a way to hang and object (other than string) off of
> this object to exchange some additional data.

TIdPeerThread has a public Data property that can be used for that.  Or just
define your own property.

> I am only guessing that it will need to be a TPersistent that has
> streaming options but am unsure if it can (or should) be done.

That does not matter at all, since this is strictly runtime-only code.
There is no DFM streaming involved.


Gambit

Replies:

In response to:

www.cryer.info
Managed Newsgroup Archive