Im sure they just mean there lifetime managed. So you don't have to delocate them. Anny scope should be able to dispose of it correctly.
Met vriendelijke groet, Pieter Valentijn Delphidreams http://www.delphidreams.nl -----Oorspronkelijk bericht----- Van: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Namens Michael Van Canneyt Verzonden: dinsdag 26 december 2006 13:45 Aan: Lazarus mailing list Onderwerp: Re: [lazarus] Global Dynamic Arrays On Tue, 26 Dec 2006, [EMAIL PROTECTED] wrote: > Hi, > > Sorry for posting here, but the freepascal.org server seems to have > been down for the last 6 or 7 days. Seems to work fine here ? > > I'm wondering about using Dynamic Arrays Globally throughout my > program. > > I notice that the documentation says : > "The memory will be disposed of at the exit of the current procedure > or function." > > Does this have implications for Global variables? Yes, in the sense that they are only disposed when the unit is finalized. Michael. _________________________________________________________________ To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe" as the Subject archives at http://www.lazarus.freepascal.org/mailarchives _________________________________________________________________ To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe" as the Subject archives at http://www.lazarus.freepascal.org/mailarchives
