Jonathan Mora wrote: > A call to finalize is necessary since the dynamic > array contains long strings.
Wrong. The automatic finalization of dynamic arrays is recursive. If you have a dynamic array of records with fields that contain dynamic arrays of AnsiStrings, *everything* will get finalized correctly when the top-level dynamic-array variable goes out of scope. -- Rob ----------------------------------------------------- Home page: http://groups.yahoo.com/group/delphi-en/ To unsubscribe: [EMAIL PROTECTED] Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/delphi-en/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

