Donovan J. Edye asked:

> Are dynamic arrays automatically released when they go out of scope?

Yes.

And also released when you destroy an object that conians one, or take a
record out of scope that contains one. In actual implementation they sort of
piggy back on the same code that handles dynamic string deallocation.

Cheers, Max.


---------------------------------------------------------------------------
    New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
                  Website: http://www.delphi.org.nz
To UnSub, send email to: [EMAIL PROTECTED] 
with body of "unsubscribe delphi"
Web Archive at: http://www.mail-archive.com/delphi%40delphi.org.nz/

Reply via email to