Newsgroups : Borland : borland.public.delphi.internet.winsock : 2006 May : Re: Delphi 2005 Personal and Indy 10.0.75: Indy don't work!!!
| Subject: | Re: Delphi 2005 Personal and Indy 10.0.75: Indy don't work!!! |
| Posted by: | "Remy Lebeau (TeamB)" (no.spam@no.spam.com) |
| Date: | Mon, 5 Jun 2006 15:42:13 |
"Jamie Dale" <j.dale@turboz.net> wrote in message
news:4484a0ae@newsgroups.borland.com...
> So, how can I add a service type thing into the program? - You know
> the white window you place components on but cannot actually visibly see?
What you describe is a TDataModule. TService itself derives from
TDataModule so that components can be placed in the service at design-time.
Gambit
none