Newsgroups : Borland : borland.public.delphi.internet.winsock : 2006 Aug : Re: 'ntdll.dll' problem
| Subject: | Re: 'ntdll.dll' problem |
| Posted by: | "Remy Lebeau (TeamB)" (no.spam@no.spam.com) |
| Date: | Fri, 18 Aug 2006 14:27:33 |
"Martin James" <nospam@dial.pipex.com> wrote in message
news:44e61c99$1@newsgroups.borland.com...
> ManagerThreads[theirRoomNumber].addlist( MyClass );
var
theManager: TMyManagerThread
theManager := ManagerThreads[theirRoomNumber];
theManager.addlist( MyClass );
Gambit