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: | "John Mitson" (jrm..@hawaii.rr.com) |
| Date: | Sun, 28 Jan 2007 19:57:28 |
Remy Lebeau (TeamB) wrote:
> "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
>
>
Thank you, Remy and Don - adding IdText to the uses clause did the trick.
none