> VtreeSearchList:=nil;
> 
> Is the above valid for reuse. And on form close, is it tidied 
> up without further
> freeing?

yes. alternatively: setlength(VtreeSearchList, 0) or Finalize(...

you can use setlength to allocate it again for reuse.

Steve
---------------------------------------------------------------------------
    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