Rohit, it is possible to use multiple threads in an app without ever instantiating a TThread object.
It makes no sense to ever set it to false if it is already true (who knows what would happen), but there are any number of reasons to set it to true. AFAIK this variable controls the behaviour of the memory manager. The Delphi docs don't seem to consider that any thread would be created using anything other than TThread. I think it is a docs issue. HTH Trevor ----- Original Message ----- From: "Rohit Gupta" <[EMAIL PROTECTED]> To: "NZ Borland Developers Group - Delphi List" <[EMAIL PROTECTED]> Sent: Monday, February 23, 2004 9:06 PM Subject: [DUG] Threading > System.IsMultiThread := true; > > I have a library that does the above. WHy would it do that ? The > Delphi help implies that is readonly as BeginThread sets it. > > > > > _______________________________________________ > Delphi mailing list > [EMAIL PROTECTED] > http://ns3.123.co.nz/mailman/listinfo/delphi > > _______________________________________________ Delphi mailing list [EMAIL PROTECTED] http://ns3.123.co.nz/mailman/listinfo/delphi
