Newsgroups : Borland : borland.public.delphi.internet.winsock : 2007 Jan : Re: How to use TIdText in Indy 10
| Subject: | Re: How to use TIdText in Indy 10 |
| Posted by: | "Remy Lebeau (TeamB)" (no.spam@no.spam.com) |
| Date: | Sat, 27 Jan 2007 17:12:37 |
"John Mitson" <jrmit@hawaii.rr.com> wrote in message
news:45bba540$1@newsgroups.borland.com...
> When attempting to use TIdText from Indy 10 I get an
> undeclared identifier error.
You did not add 'IdText' to your uses clause. TIdText is in its own
unit in Indy 10, whereas it was not in Indy 9.
Gambit