Newsgroups : Borland : borland.public.delphi.internet.winsock : 2006 Mar : Re: indy 10 TIDcontext errot
| Subject: | Re: indy 10 TIDcontext errot |
| Posted by: | "Remy Lebeau (TeamB)" (no.spam@no.spam.com) |
| Date: | Fri, 31 Mar 2006 11:13:44 |
"Amir Salar" <amirss@gmail.com> wrote in message
news:442cfe89@newsgroups.borland.com...
> when declaring the OnExecute event
> procedure ServerSocketExecute(AContext: TIdContext);
> i got this error , E2003 undeclared identifier
You need to add 'IdContext' to your uses clause.
Gambit
none